HSL(63, 96%, 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(63,96%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 96%, 11%) | color: hsl(63, 96%, 11%) | |
| HEX | #343701 | color: #343701 | |
| RGB | rgb(52, 55, 1) | color: rgb(52, 55, 1) | |
| CMYK | cmyk(5%, 0%, 98%, 78%) | — | |
| HSV | hsv(63, 98%, 22%) | — | |
| HWB | hwb(63 0% 78%) | color: hwb(63 0% 78%) | |
| OKLCH | oklch(0.323 0.0712 113.12) | color: oklch(0.323 0.0712 113.12) | |
| Lab | lab(21.82 -8.8 29.74) | color: lab(21.82 -8.8 29.74) | |
| LCH | lch(21.82 31.01 106.48) | color: lch(21.82 31.01 106.48) |
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)
#35350E — rgb(53, 53, 14)
Deuteranopia (Green-blind)
#353511 — rgb(53, 53, 17)
Tritanopia (Blue-blind)
#34181B — rgb(52, 24, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 96%, 11%);
text
color: hsl(63, 96%, 11%);
border
border: 2px solid hsl(63, 96%, 11%);
gradient light
background: linear-gradient(to right, hsl(63, 96%, 31%), hsl(63, 96%, 11%));
gradient dark
background: linear-gradient(to right, hsl(63, 96%, 11%), hsl(63, 96%, 0%))
hex
background-color: #343701;
tailwind
bg-[hsl(63,96%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 96%, 11%, 0.4);
css variable
--color-primary: hsl(63, 96%, 11%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 96%, 11%)?
HEX: #343701 | RGB: rgb(52, 55, 1) | CMYK: 5%, 0%, 98%, 78% | HSV: 63°, 98%, 22%. Copy any format from the conversion table above.
What colors go well with #343701?
The complementary color is HSL(243, 96%, 11%). 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%, 11%) in CSS?
As HSL: color: hsl(63, 96%, 11%); — As HEX: color: #343701; — As RGB: color: rgb(52, 55, 1); — Tailwind CSS: bg-[hsl(63,96%,11%)] — CSS variable: --color-primary: hsl(63, 96%, 11%);