HSL(59, 75%, 30%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(59,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(59, 75%, 30%) | color: hsl(59, 75%, 30%) | |
| HEX | #868413 | color: #868413 | |
| RGB | rgb(134, 132, 19) | color: rgb(134, 132, 19) | |
| CMYK | cmyk(0%, 1%, 86%, 47%) | — | |
| HSV | hsv(59, 86%, 53%) | — | |
| HWB | hwb(59 7% 47%) | color: hwb(59 7% 47%) | |
| OKLCH | oklch(0.5961 0.1235 108.51) | color: oklch(0.5961 0.1235 108.51) | |
| Lab | lab(53.62 -11.89 54.5) | color: lab(53.62 -11.89 54.5) | |
| LCH | lch(53.62 55.78 102.31) | color: lch(53.62 55.78 102.31) |
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)
#85852E — rgb(133, 133, 46)
Deuteranopia (Green-blind)
#858535 — rgb(133, 133, 53)
Tritanopia (Blue-blind)
#864449 — rgb(134, 68, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(59, 75%, 30%);
text
color: hsl(59, 75%, 30%);
border
border: 2px solid hsl(59, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(59, 75%, 50%), hsl(59, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(59, 75%, 30%), hsl(59, 75%, 10%))
hex
background-color: #868413;
tailwind
bg-[hsl(59,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(59, 75%, 30%, 0.4);
css variable
--color-primary: hsl(59, 75%, 30%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(59, 75%, 30%)?
HEX: #868413 | RGB: rgb(134, 132, 19) | CMYK: 0%, 1%, 86%, 47% | HSV: 59°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #868413?
The complementary color is HSL(239, 75%, 30%). 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, 75%, 30%) in CSS?
As HSL: color: hsl(59, 75%, 30%); — As HEX: color: #868413; — As RGB: color: rgb(134, 132, 19); — Tailwind CSS: bg-[hsl(59,75%,30%)] — CSS variable: --color-primary: hsl(59, 75%, 30%);