HSL(56, 83%, 3%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(56,83%,3%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(56, 83%, 3%) | color: hsl(56, 83%, 3%) | |
| HEX | #0E0D01 | color: #0E0D01 | |
| RGB | rgb(14, 13, 1) | color: rgb(14, 13, 1) | |
| CMYK | cmyk(0%, 7%, 93%, 95%) | — | |
| HSV | hsv(55, 93%, 5%) | — | |
| HWB | hwb(55 0% 95%) | color: hwb(55 0% 95%) | |
| OKLCH | oklch(0.1557 0.0296 106.13) | color: oklch(0.1557 0.0296 106.13) | |
| Lab | lab(3.46 -1.39 4.75) | color: lab(3.46 -1.39 4.75) | |
| LCH | lch(3.46 4.95 106.31) | color: lch(3.46 4.95 106.31) |
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)
#0E0E04 — rgb(14, 14, 4)
Deuteranopia (Green-blind)
#0E0E05 — rgb(14, 14, 5)
Tritanopia (Blue-blind)
#0E0607 — rgb(14, 6, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(56, 83%, 3%);
text
color: hsl(56, 83%, 3%);
border
border: 2px solid hsl(56, 83%, 3%);
gradient light
background: linear-gradient(to right, hsl(56, 83%, 23%), hsl(56, 83%, 3%));
gradient dark
background: linear-gradient(to right, hsl(56, 83%, 3%), hsl(56, 83%, 0%))
hex
background-color: #0E0D01;
tailwind
bg-[hsl(56,83%,3%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(56, 83%, 3%, 0.4);
css variable
--color-primary: hsl(56, 83%, 3%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(56, 83%, 3%)?
HEX: #0E0D01 | RGB: rgb(14, 13, 1) | CMYK: 0%, 7%, 93%, 95% | HSV: 55°, 93%, 5%. Copy any format from the conversion table above.
What colors go well with #0E0D01?
The complementary color is HSL(236, 83%, 3%). For a triadic harmony, use hues 56°, 176°, and 296°. For analogous combinations, try hues 26° and 86°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(56, 83%, 3%) in CSS?
As HSL: color: hsl(56, 83%, 3%); — As HEX: color: #0E0D01; — As RGB: color: rgb(14, 13, 1); — Tailwind CSS: bg-[hsl(56,83%,3%)] — CSS variable: --color-primary: hsl(56, 83%, 3%);