HSL(51, 83%, 33%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(51,83%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(51, 83%, 33%) | color: hsl(51, 83%, 33%) | |
| HEX | #9A850E | color: #9A850E | |
| RGB | rgb(154, 133, 14) | color: rgb(154, 133, 14) | |
| CMYK | cmyk(0%, 14%, 91%, 40%) | — | |
| HSV | hsv(51, 91%, 60%) | — | |
| HWB | hwb(51 5% 40%) | color: hwb(51 5% 40%) | |
| OKLCH | oklch(0.6176 0.1242 97.61) | color: oklch(0.6176 0.1242 97.61) | |
| Lab | lab(55.76 -3.29 58.16) | color: lab(55.76 -3.29 58.16) | |
| LCH | lch(55.76 58.25 93.24) | color: lch(55.76 58.25 93.24) |
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)
#91912B — rgb(145, 145, 43)
Deuteranopia (Green-blind)
#929432 — rgb(146, 148, 50)
Tritanopia (Blue-blind)
#994247 — rgb(153, 66, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(51, 83%, 33%);
text
color: hsl(51, 83%, 33%);
border
border: 2px solid hsl(51, 83%, 33%);
gradient light
background: linear-gradient(to right, hsl(51, 83%, 53%), hsl(51, 83%, 33%));
gradient dark
background: linear-gradient(to right, hsl(51, 83%, 33%), hsl(51, 83%, 13%))
hex
background-color: #9A850E;
tailwind
bg-[hsl(51,83%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(51, 83%, 33%, 0.4);
css variable
--color-primary: hsl(51, 83%, 33%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(51, 83%, 33%)?
HEX: #9A850E | RGB: rgb(154, 133, 14) | CMYK: 0%, 14%, 91%, 40% | HSV: 51°, 91%, 60%. Copy any format from the conversion table above.
What colors go well with #9A850E?
The complementary color is HSL(231, 83%, 33%). For a triadic harmony, use hues 51°, 171°, and 291°. For analogous combinations, try hues 21° and 81°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(51, 83%, 33%) in CSS?
As HSL: color: hsl(51, 83%, 33%); — As HEX: color: #9A850E; — As RGB: color: rgb(154, 133, 14); — Tailwind CSS: bg-[hsl(51,83%,33%)] — CSS variable: --color-primary: hsl(51, 83%, 33%);