HSL(63, 25%, 5%)
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,25%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 25%, 5%) | color: hsl(63, 25%, 5%) | |
| HEX | #10100A | color: #10100A | |
| RGB | rgb(16, 16, 10) | color: rgb(16, 16, 10) | |
| CMYK | cmyk(0%, 0%, 38%, 94%) | — | |
| HSV | hsv(60, 38%, 6%) | — | |
| HWB | hwb(60 4% 94%) | color: hwb(60 4% 94%) | |
| OKLCH | oklch(0.1708 0.0119 107.6) | color: oklch(0.1708 0.0119 107.6) | |
| Lab | lab(4.54 -0.98 2.68) | color: lab(4.54 -0.98 2.68) | |
| LCH | lch(4.54 2.85 110.09) | color: lch(4.54 2.85 110.09) |
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)
#10100B — rgb(16, 16, 11)
Deuteranopia (Green-blind)
#10100C — rgb(16, 16, 12)
Tritanopia (Blue-blind)
#100D0D — rgb(16, 13, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 25%, 5%);
text
color: hsl(63, 25%, 5%);
border
border: 2px solid hsl(63, 25%, 5%);
gradient light
background: linear-gradient(to right, hsl(63, 25%, 25%), hsl(63, 25%, 5%));
gradient dark
background: linear-gradient(to right, hsl(63, 25%, 5%), hsl(63, 25%, 0%))
hex
background-color: #10100A;
tailwind
bg-[hsl(63,25%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 25%, 5%, 0.4);
css variable
--color-primary: hsl(63, 25%, 5%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(63, 25%, 5%)?
HEX: #10100A | RGB: rgb(16, 16, 10) | CMYK: 0%, 0%, 38%, 94% | HSV: 60°, 38%, 6%. Copy any format from the conversion table above.
What colors go well with #10100A?
The complementary color is HSL(243, 25%, 5%). 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, 25%, 5%) in CSS?
As HSL: color: hsl(63, 25%, 5%); — As HEX: color: #10100A; — As RGB: color: rgb(16, 16, 10); — Tailwind CSS: bg-[hsl(63,25%,5%)] — CSS variable: --color-primary: hsl(63, 25%, 5%);