HSL(57, 75%, 30%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,75%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 75%, 30%) | color: hsl(57, 75%, 30%) | |
| HEX | #868013 | color: #868013 | |
| RGB | rgb(134, 128, 19) | color: rgb(134, 128, 19) | |
| CMYK | cmyk(0%, 4%, 86%, 47%) | — | |
| HSV | hsv(57, 86%, 53%) | — | |
| HWB | hwb(57 7% 47%) | color: hwb(57 7% 47%) | |
| OKLCH | oklch(0.5868 0.1196 106.1) | color: oklch(0.5868 0.1196 106.1) | |
| Lab | lab(52.46 -9.72 53.53) | color: lab(52.46 -9.72 53.53) | |
| LCH | lch(52.46 54.41 100.29) | color: lch(52.46 54.41 100.29) |
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)
#83832D — rgb(131, 131, 45)
Deuteranopia (Green-blind)
#848434 — rgb(132, 132, 52)
Tritanopia (Blue-blind)
#864247 — rgb(134, 66, 71)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 75%, 30%);
text
color: hsl(57, 75%, 30%);
border
border: 2px solid hsl(57, 75%, 30%);
gradient light
background: linear-gradient(to right, hsl(57, 75%, 50%), hsl(57, 75%, 30%));
gradient dark
background: linear-gradient(to right, hsl(57, 75%, 30%), hsl(57, 75%, 10%))
hex
background-color: #868013;
tailwind
bg-[hsl(57,75%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 75%, 30%, 0.4);
css variable
--color-primary: hsl(57, 75%, 30%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 75%, 30%)?
HEX: #868013 | RGB: rgb(134, 128, 19) | CMYK: 0%, 4%, 86%, 47% | HSV: 57°, 86%, 53%. Copy any format from the conversion table above.
What colors go well with #868013?
The complementary color is HSL(237, 75%, 30%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 75%, 30%) in CSS?
As HSL: color: hsl(57, 75%, 30%); — As HEX: color: #868013; — As RGB: color: rgb(134, 128, 19); — Tailwind CSS: bg-[hsl(57,75%,30%)] — CSS variable: --color-primary: hsl(57, 75%, 30%);