HSL(61, 32%, 9%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(61,32%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 32%, 9%) | color: hsl(61, 32%, 9%) | |
| HEX | #1E1E10 | color: #1E1E10 | |
| RGB | rgb(30, 30, 16) | color: rgb(30, 30, 16) | |
| CMYK | cmyk(0%, 0%, 47%, 88%) | — | |
| HSV | hsv(60, 47%, 12%) | — | |
| HWB | hwb(60 6% 88%) | color: hwb(60 6% 88%) | |
| OKLCH | oklch(0.2306 0.025 108.21) | color: oklch(0.2306 0.025 108.21) | |
| Lab | lab(10.86 -2.93 9.11) | color: lab(10.86 -2.93 9.11) | |
| LCH | lch(10.86 9.57 107.83) | color: lch(10.86 9.57 107.83) |
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)
#1E1E13 — rgb(30, 30, 19)
Deuteranopia (Green-blind)
#1E1E14 — rgb(30, 30, 20)
Tritanopia (Blue-blind)
#1E1617 — rgb(30, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 32%, 9%);
text
color: hsl(61, 32%, 9%);
border
border: 2px solid hsl(61, 32%, 9%);
gradient light
background: linear-gradient(to right, hsl(61, 32%, 29%), hsl(61, 32%, 9%));
gradient dark
background: linear-gradient(to right, hsl(61, 32%, 9%), hsl(61, 32%, 0%))
hex
background-color: #1E1E10;
tailwind
bg-[hsl(61,32%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 32%, 9%, 0.4);
css variable
--color-primary: hsl(61, 32%, 9%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 32%, 9%)?
HEX: #1E1E10 | RGB: rgb(30, 30, 16) | CMYK: 0%, 0%, 47%, 88% | HSV: 60°, 47%, 12%. Copy any format from the conversion table above.
What colors go well with #1E1E10?
The complementary color is HSL(241, 32%, 9%). For a triadic harmony, use hues 61°, 181°, and 301°. For analogous combinations, try hues 31° and 91°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(61, 32%, 9%) in CSS?
As HSL: color: hsl(61, 32%, 9%); — As HEX: color: #1E1E10; — As RGB: color: rgb(30, 30, 16); — Tailwind CSS: bg-[hsl(61,32%,9%)] — CSS variable: --color-primary: hsl(61, 32%, 9%);