HSL(61, 70%, 11%)
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,70%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 70%, 11%) | color: hsl(61, 70%, 11%) | |
| HEX | #2F3008 | color: #2F3008 | |
| RGB | rgb(47, 48, 8) | color: rgb(47, 48, 8) | |
| CMYK | cmyk(2%, 0%, 83%, 81%) | — | |
| HSV | hsv(62, 83%, 19%) | — | |
| HWB | hwb(62 3% 81%) | color: hwb(62 3% 81%) | |
| OKLCH | oklch(0.2991 0.0577 110.84) | color: oklch(0.2991 0.0577 110.84) | |
| Lab | lab(18.95 -6.6 23.55) | color: lab(18.95 -6.6 23.55) | |
| LCH | lch(18.95 24.46 105.66) | color: lch(18.95 24.46 105.66) |
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)
#2F2F12 — rgb(47, 47, 18)
Deuteranopia (Green-blind)
#2F2F14 — rgb(47, 47, 20)
Tritanopia (Blue-blind)
#2F191B — rgb(47, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 70%, 11%);
text
color: hsl(61, 70%, 11%);
border
border: 2px solid hsl(61, 70%, 11%);
gradient light
background: linear-gradient(to right, hsl(61, 70%, 31%), hsl(61, 70%, 11%));
gradient dark
background: linear-gradient(to right, hsl(61, 70%, 11%), hsl(61, 70%, 0%))
hex
background-color: #2F3008;
tailwind
bg-[hsl(61,70%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 70%, 11%, 0.4);
css variable
--color-primary: hsl(61, 70%, 11%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 70%, 11%)?
HEX: #2F3008 | RGB: rgb(47, 48, 8) | CMYK: 2%, 0%, 83%, 81% | HSV: 62°, 83%, 19%. Copy any format from the conversion table above.
What colors go well with #2F3008?
The complementary color is HSL(241, 70%, 11%). 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, 70%, 11%) in CSS?
As HSL: color: hsl(61, 70%, 11%); — As HEX: color: #2F3008; — As RGB: color: rgb(47, 48, 8); — Tailwind CSS: bg-[hsl(61,70%,11%)] — CSS variable: --color-primary: hsl(61, 70%, 11%);