HSL(63, 96%, 7%)
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(63,96%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 96%, 7%) | color: hsl(63, 96%, 7%) | |
| HEX | #212301 | color: #212301 | |
| RGB | rgb(33, 35, 1) | color: rgb(33, 35, 1) | |
| CMYK | cmyk(6%, 0%, 97%, 86%) | — | |
| HSV | hsv(64, 97%, 14%) | — | |
| HWB | hwb(64 0% 86%) | color: hwb(64 0% 86%) | |
| OKLCH | oklch(0.2459 0.0533 112.92) | color: oklch(0.2459 0.0533 112.92) | |
| Lab | lab(12.78 -6.56 18.34) | color: lab(12.78 -6.56 18.34) | |
| LCH | lch(12.78 19.48 109.68) | color: lch(12.78 19.48 109.68) |
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)
#222209 — rgb(34, 34, 9)
Deuteranopia (Green-blind)
#22220B — rgb(34, 34, 11)
Tritanopia (Blue-blind)
#211011 — rgb(33, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 96%, 7%);
text
color: hsl(63, 96%, 7%);
border
border: 2px solid hsl(63, 96%, 7%);
gradient light
background: linear-gradient(to right, hsl(63, 96%, 27%), hsl(63, 96%, 7%));
gradient dark
background: linear-gradient(to right, hsl(63, 96%, 7%), hsl(63, 96%, 0%))
hex
background-color: #212301;
tailwind
bg-[hsl(63,96%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 96%, 7%, 0.4);
css variable
--color-primary: hsl(63, 96%, 7%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 96%, 7%)?
HEX: #212301 | RGB: rgb(33, 35, 1) | CMYK: 6%, 0%, 97%, 86% | HSV: 64°, 97%, 14%. Copy any format from the conversion table above.
What colors go well with #212301?
The complementary color is HSL(243, 96%, 7%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 96%, 7%) in CSS?
As HSL: color: hsl(63, 96%, 7%); — As HEX: color: #212301; — As RGB: color: rgb(33, 35, 1); — Tailwind CSS: bg-[hsl(63,96%,7%)] — CSS variable: --color-primary: hsl(63, 96%, 7%);