HSL(55, 92%, 37%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,92%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 92%, 37%) | color: hsl(55, 92%, 37%) | |
| HEX | #B5A708 | color: #B5A708 | |
| RGB | rgb(181, 167, 8) | color: rgb(181, 167, 8) | |
| CMYK | cmyk(0%, 8%, 96%, 29%) | — | |
| HSV | hsv(55, 96%, 71%) | — | |
| HWB | hwb(55 3% 29%) | color: hwb(55 3% 29%) | |
| OKLCH | oklch(0.7178 0.1498 103.41) | color: oklch(0.7178 0.1498 103.41) | |
| Lab | lab(67.64 -9.36 69.25) | color: lab(67.64 -9.36 69.25) | |
| LCH | lch(67.64 69.88 97.7) | color: lch(67.64 69.88 97.7) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#AFAF2E — rgb(175, 175, 46)
Deuteranopia (Green-blind)
#B0B138 — rgb(176, 177, 56)
Tritanopia (Blue-blind)
#B44D54 — rgb(180, 77, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 92%, 37%);
text
color: hsl(55, 92%, 37%);
border
border: 2px solid hsl(55, 92%, 37%);
gradient light
background: linear-gradient(to right, hsl(55, 92%, 57%), hsl(55, 92%, 37%));
gradient dark
background: linear-gradient(to right, hsl(55, 92%, 37%), hsl(55, 92%, 17%))
hex
background-color: #B5A708;
tailwind
bg-[hsl(55,92%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 92%, 37%, 0.4);
css variable
--color-primary: hsl(55, 92%, 37%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 92%, 37%)?
HEX: #B5A708 | RGB: rgb(181, 167, 8) | CMYK: 0%, 8%, 96%, 29% | HSV: 55°, 96%, 71%. Copy any format from the conversion table above.
What colors go well with #B5A708?
The complementary color is HSL(235, 92%, 37%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 92%, 37%) in CSS?
As HSL: color: hsl(55, 92%, 37%); — As HEX: color: #B5A708; — As RGB: color: rgb(181, 167, 8); — Tailwind CSS: bg-[hsl(55,92%,37%)] — CSS variable: --color-primary: hsl(55, 92%, 37%);