HSL(62, 30%, 13%)
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(62,30%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 30%, 13%) | color: hsl(62, 30%, 13%) | |
| HEX | #2A2B17 | color: #2A2B17 | |
| RGB | rgb(42, 43, 23) | color: rgb(42, 43, 23) | |
| CMYK | cmyk(2%, 0%, 47%, 83%) | — | |
| HSV | hsv(63, 47%, 17%) | — | |
| HWB | hwb(63 9% 83%) | color: hwb(63 9% 83%) | |
| OKLCH | oklch(0.2821 0.0338 110.83) | color: oklch(0.2821 0.0338 110.83) | |
| Lab | lab(16.9 -4.4 12.89) | color: lab(16.9 -4.4 12.89) | |
| LCH | lch(16.9 13.62 108.85) | color: lch(16.9 13.62 108.85) |
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)
#2A2A1C — rgb(42, 42, 28)
Deuteranopia (Green-blind)
#2A2A1D — rgb(42, 42, 29)
Tritanopia (Blue-blind)
#2A2021 — rgb(42, 32, 33)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 30%, 13%);
text
color: hsl(62, 30%, 13%);
border
border: 2px solid hsl(62, 30%, 13%);
gradient light
background: linear-gradient(to right, hsl(62, 30%, 33%), hsl(62, 30%, 13%));
gradient dark
background: linear-gradient(to right, hsl(62, 30%, 13%), hsl(62, 30%, 0%))
hex
background-color: #2A2B17;
tailwind
bg-[hsl(62,30%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 30%, 13%, 0.4);
css variable
--color-primary: hsl(62, 30%, 13%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(62, 30%, 13%)?
HEX: #2A2B17 | RGB: rgb(42, 43, 23) | CMYK: 2%, 0%, 47%, 83% | HSV: 63°, 47%, 17%. Copy any format from the conversion table above.
What colors go well with #2A2B17?
The complementary color is HSL(242, 30%, 13%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 30%, 13%) in CSS?
As HSL: color: hsl(62, 30%, 13%); — As HEX: color: #2A2B17; — As RGB: color: rgb(42, 43, 23); — Tailwind CSS: bg-[hsl(62,30%,13%)] — CSS variable: --color-primary: hsl(62, 30%, 13%);