HSL(64, 52%, 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,52%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(64, 52%, 13%) | color: hsl(64, 52%, 13%) | |
| HEX | #303210 | color: #303210 | |
| RGB | rgb(48, 50, 16) | color: rgb(48, 50, 16) | |
| CMYK | cmyk(4%, 0%, 68%, 80%) | — | |
| HSV | hsv(64, 68%, 20%) | — | |
| HWB | hwb(64 6% 80%) | color: hwb(64 6% 80%) | |
| OKLCH | oklch(0.3066 0.0523 112.2) | color: oklch(0.3066 0.0523 112.2) | |
| Lab | lab(19.83 -6.68 20.89) | color: lab(19.83 -6.68 20.89) | |
| LCH | lch(19.83 21.93 107.73) | color: lch(19.83 21.93 107.73) |
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)
#313118 — rgb(49, 49, 24)
Deuteranopia (Green-blind)
#31311A — rgb(49, 49, 26)
Tritanopia (Blue-blind)
#301F20 — rgb(48, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(64, 52%, 13%);
text
color: hsl(64, 52%, 13%);
border
border: 2px solid hsl(64, 52%, 13%);
gradient light
background: linear-gradient(to right, hsl(64, 52%, 33%), hsl(64, 52%, 13%));
gradient dark
background: linear-gradient(to right, hsl(64, 52%, 13%), hsl(64, 52%, 0%))
hex
background-color: #303210;
tailwind
bg-[hsl(64,52%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(64, 52%, 13%, 0.4);
css variable
--color-primary: hsl(64, 52%, 13%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(64, 52%, 13%)?
HEX: #303210 | RGB: rgb(48, 50, 16) | CMYK: 4%, 0%, 68%, 80% | HSV: 64°, 68%, 20%. Copy any format from the conversion table above.
What colors go well with #303210?
The complementary color is HSL(244, 52%, 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, 52%, 13%) in CSS?
As HSL: color: hsl(64, 52%, 13%); — As HEX: color: #303210; — As RGB: color: rgb(48, 50, 16); — Tailwind CSS: bg-[hsl(64,52%,13%)] — CSS variable: --color-primary: hsl(64, 52%, 13%);