HSL(57, 85%, 10%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,85%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 85%, 10%) | color: hsl(57, 85%, 10%) | |
| HEX | #2F2D04 | color: #2F2D04 | |
| RGB | rgb(47, 45, 4) | color: rgb(47, 45, 4) | |
| CMYK | cmyk(0%, 4%, 91%, 82%) | — | |
| HSV | hsv(57, 91%, 18%) | — | |
| HWB | hwb(57 2% 82%) | color: hwb(57 2% 82%) | |
| OKLCH | oklch(0.2903 0.0579 106.67) | color: oklch(0.2903 0.0579 106.67) | |
| Lab | lab(17.87 -4.98 23.91) | color: lab(17.87 -4.98 23.91) | |
| LCH | lch(17.87 24.42 101.77) | color: lch(17.87 24.42 101.77) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2E2E0E — rgb(46, 46, 14)
Deuteranopia (Green-blind)
#2E2E10 — rgb(46, 46, 16)
Tritanopia (Blue-blind)
#2F1617 — rgb(47, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 85%, 10%);
text
color: hsl(57, 85%, 10%);
border
border: 2px solid hsl(57, 85%, 10%);
gradient light
background: linear-gradient(to right, hsl(57, 85%, 30%), hsl(57, 85%, 10%));
gradient dark
background: linear-gradient(to right, hsl(57, 85%, 10%), hsl(57, 85%, 0%))
hex
background-color: #2F2D04;
tailwind
bg-[hsl(57,85%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 85%, 10%, 0.4);
css variable
--color-primary: hsl(57, 85%, 10%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 85%, 10%)?
HEX: #2F2D04 | RGB: rgb(47, 45, 4) | CMYK: 0%, 4%, 91%, 82% | HSV: 57°, 91%, 18%. Copy any format from the conversion table above.
What colors go well with #2F2D04?
The complementary color is HSL(237, 85%, 10%). 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, 85%, 10%) in CSS?
As HSL: color: hsl(57, 85%, 10%); — As HEX: color: #2F2D04; — As RGB: color: rgb(47, 45, 4); — Tailwind CSS: bg-[hsl(57,85%,10%)] — CSS variable: --color-primary: hsl(57, 85%, 10%);