HSL(59, 90%, 27%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(59,90%,27%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 90%, 27%) | color: hsl(59, 90%, 27%) | |
| HEX | #838107 | color: #838107 | |
| RGB | rgb(131, 129, 7) | color: rgb(131, 129, 7) | |
| CMYK | cmyk(0%, 2%, 95%, 49%) | — | |
| HSV | hsv(59, 95%, 51%) | — | |
| HWB | hwb(59 3% 49%) | color: hwb(59 3% 49%) | |
| OKLCH | oklch(0.586 0.1249 108.6) | color: oklch(0.586 0.1249 108.6) | |
| Lab | lab(52.44 -11.93 55.92) | color: lab(52.44 -11.93 55.92) | |
| LCH | lch(52.44 57.18 102.04) | color: lch(52.44 57.18 102.04) |
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)
#828225 — rgb(130, 130, 37)
Deuteranopia (Green-blind)
#82822C — rgb(130, 130, 44)
Tritanopia (Blue-blind)
#833C41 — rgb(131, 60, 65)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 90%, 27%);
text
color: hsl(59, 90%, 27%);
border
border: 2px solid hsl(59, 90%, 27%);
gradient light
background: linear-gradient(to right, hsl(59, 90%, 47%), hsl(59, 90%, 27%));
gradient dark
background: linear-gradient(to right, hsl(59, 90%, 27%), hsl(59, 90%, 7%))
hex
background-color: #838107;
tailwind
bg-[hsl(59,90%,27%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 90%, 27%, 0.4);
css variable
--color-primary: hsl(59, 90%, 27%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 90%, 27%)?
HEX: #838107 | RGB: rgb(131, 129, 7) | CMYK: 0%, 2%, 95%, 49% | HSV: 59°, 95%, 51%. Copy any format from the conversion table above.
What colors go well with #838107?
The complementary color is HSL(239, 90%, 27%). For a triadic harmony, use hues 59°, 179°, and 299°. For analogous combinations, try hues 29° and 89°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(59, 90%, 27%) in CSS?
As HSL: color: hsl(59, 90%, 27%); — As HEX: color: #838107; — As RGB: color: rgb(131, 129, 7); — Tailwind CSS: bg-[hsl(59,90%,27%)] — CSS variable: --color-primary: hsl(59, 90%, 27%);