HSL(61, 89%, 10%)
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,89%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(61, 89%, 10%) | color: hsl(61, 89%, 10%) | |
| HEX | #2F3003 | color: #2F3003 | |
| RGB | rgb(47, 48, 3) | color: rgb(47, 48, 3) | |
| CMYK | cmyk(2%, 0%, 94%, 81%) | — | |
| HSV | hsv(61, 94%, 19%) | — | |
| HWB | hwb(61 1% 81%) | color: hwb(61 1% 81%) | |
| OKLCH | oklch(0.2985 0.0625 110.95) | color: oklch(0.2985 0.0625 110.95) | |
| Lab | lab(18.91 -6.98 25.53) | color: lab(18.91 -6.98 25.53) | |
| LCH | lch(18.91 26.47 105.29) | color: lch(18.91 26.47 105.29) |
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)
#2F2F0E — rgb(47, 47, 14)
Deuteranopia (Green-blind)
#2F2F11 — rgb(47, 47, 17)
Tritanopia (Blue-blind)
#2F1618 — rgb(47, 22, 24)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(61, 89%, 10%);
text
color: hsl(61, 89%, 10%);
border
border: 2px solid hsl(61, 89%, 10%);
gradient light
background: linear-gradient(to right, hsl(61, 89%, 30%), hsl(61, 89%, 10%));
gradient dark
background: linear-gradient(to right, hsl(61, 89%, 10%), hsl(61, 89%, 0%))
hex
background-color: #2F3003;
tailwind
bg-[hsl(61,89%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(61, 89%, 10%, 0.4);
css variable
--color-primary: hsl(61, 89%, 10%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(61, 89%, 10%)?
HEX: #2F3003 | RGB: rgb(47, 48, 3) | CMYK: 2%, 0%, 94%, 81% | HSV: 61°, 94%, 19%. Copy any format from the conversion table above.
What colors go well with #2F3003?
The complementary color is HSL(241, 89%, 10%). 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, 89%, 10%) in CSS?
As HSL: color: hsl(61, 89%, 10%); — As HEX: color: #2F3003; — As RGB: color: rgb(47, 48, 3); — Tailwind CSS: bg-[hsl(61,89%,10%)] — CSS variable: --color-primary: hsl(61, 89%, 10%);