HSL(64, 90%, 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(64,90%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 90%, 13%) | color: hsl(64, 90%, 13%) | |
| HEX | #3B3F03 | color: #3B3F03 | |
| RGB | rgb(59, 63, 3) | color: rgb(59, 63, 3) | |
| CMYK | cmyk(6%, 0%, 95%, 75%) | — | |
| HSV | hsv(64, 95%, 25%) | — | |
| HWB | hwb(64 1% 75%) | color: hwb(64 1% 75%) | |
| OKLCH | oklch(0.3521 0.0767 113.78) | color: oklch(0.3521 0.0767 113.78) | |
| Lab | lab(25.23 -9.85 32.59) | color: lab(25.23 -9.85 32.59) | |
| LCH | lch(25.23 34.05 106.82) | color: lch(25.23 34.05 106.82) |
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)
#3D3D12 — rgb(61, 61, 18)
Deuteranopia (Green-blind)
#3D3C15 — rgb(61, 60, 21)
Tritanopia (Blue-blind)
#3B1D20 — rgb(59, 29, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 90%, 13%);
text
color: hsl(64, 90%, 13%);
border
border: 2px solid hsl(64, 90%, 13%);
gradient light
background: linear-gradient(to right, hsl(64, 90%, 33%), hsl(64, 90%, 13%));
gradient dark
background: linear-gradient(to right, hsl(64, 90%, 13%), hsl(64, 90%, 0%))
hex
background-color: #3B3F03;
tailwind
bg-[hsl(64,90%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 90%, 13%, 0.4);
css variable
--color-primary: hsl(64, 90%, 13%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 90%, 13%)?
HEX: #3B3F03 | RGB: rgb(59, 63, 3) | CMYK: 6%, 0%, 95%, 75% | HSV: 64°, 95%, 25%. Copy any format from the conversion table above.
What colors go well with #3B3F03?
The complementary color is HSL(244, 90%, 13%). For a triadic harmony, use hues 64°, 184°, and 304°. For analogous combinations, try hues 34° and 94°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(64, 90%, 13%) in CSS?
As HSL: color: hsl(64, 90%, 13%); — As HEX: color: #3B3F03; — As RGB: color: rgb(59, 63, 3); — Tailwind CSS: bg-[hsl(64,90%,13%)] — CSS variable: --color-primary: hsl(64, 90%, 13%);