HSL(57, 75%, 4%)
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,75%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 75%, 4%) | color: hsl(57, 75%, 4%) | |
| HEX | #121103 | color: #121103 | |
| RGB | rgb(18, 17, 3) | color: rgb(18, 17, 3) | |
| CMYK | cmyk(0%, 6%, 83%, 93%) | — | |
| HSV | hsv(56, 83%, 7%) | — | |
| HWB | hwb(56 1% 93%) | color: hwb(56 1% 93%) | |
| OKLCH | oklch(0.1741 0.0288 105.78) | color: oklch(0.1741 0.0288 105.78) | |
| Lab | lab(4.84 -1.77 5.99) | color: lab(4.84 -1.77 5.99) | |
| LCH | lch(4.84 6.25 106.46) | color: lch(4.84 6.25 106.46) |
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)
#121206 — rgb(18, 18, 6)
Deuteranopia (Green-blind)
#121207 — rgb(18, 18, 7)
Tritanopia (Blue-blind)
#12090A — rgb(18, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 75%, 4%);
text
color: hsl(57, 75%, 4%);
border
border: 2px solid hsl(57, 75%, 4%);
gradient light
background: linear-gradient(to right, hsl(57, 75%, 24%), hsl(57, 75%, 4%));
gradient dark
background: linear-gradient(to right, hsl(57, 75%, 4%), hsl(57, 75%, 0%))
hex
background-color: #121103;
tailwind
bg-[hsl(57,75%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 75%, 4%, 0.4);
css variable
--color-primary: hsl(57, 75%, 4%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 75%, 4%)?
HEX: #121103 | RGB: rgb(18, 17, 3) | CMYK: 0%, 6%, 83%, 93% | HSV: 56°, 83%, 7%. Copy any format from the conversion table above.
What colors go well with #121103?
The complementary color is HSL(237, 75%, 4%). 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%, 4%) in CSS?
As HSL: color: hsl(57, 75%, 4%); — As HEX: color: #121103; — As RGB: color: rgb(18, 17, 3); — Tailwind CSS: bg-[hsl(57,75%,4%)] — CSS variable: --color-primary: hsl(57, 75%, 4%);