HSL(56, 85%, 4%)
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,85%,4%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(56, 85%, 4%) | color: hsl(56, 85%, 4%) | |
| HEX | #131202 | color: #131202 | |
| RGB | rgb(19, 18, 2) | color: rgb(19, 18, 2) | |
| CMYK | cmyk(0%, 5%, 89%, 93%) | — | |
| HSV | hsv(56, 89%, 7%) | — | |
| HWB | hwb(56 1% 93%) | color: hwb(56 1% 93%) | |
| OKLCH | oklch(0.1782 0.0327 106.44) | color: oklch(0.1782 0.0327 106.44) | |
| Lab | lab(5.2 -2.09 6.93) | color: lab(5.2 -2.09 6.93) | |
| LCH | lch(5.2 7.24 106.78) | color: lch(5.2 7.24 106.78) |
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)
#131306 — rgb(19, 19, 6)
Deuteranopia (Green-blind)
#131307 — rgb(19, 19, 7)
Tritanopia (Blue-blind)
#13090A — rgb(19, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(56, 85%, 4%);
text
color: hsl(56, 85%, 4%);
border
border: 2px solid hsl(56, 85%, 4%);
gradient light
background: linear-gradient(to right, hsl(56, 85%, 24%), hsl(56, 85%, 4%));
gradient dark
background: linear-gradient(to right, hsl(56, 85%, 4%), hsl(56, 85%, 0%))
hex
background-color: #131202;
tailwind
bg-[hsl(56,85%,4%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(56, 85%, 4%, 0.4);
css variable
--color-primary: hsl(56, 85%, 4%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(56, 85%, 4%)?
HEX: #131202 | RGB: rgb(19, 18, 2) | CMYK: 0%, 5%, 89%, 93% | HSV: 56°, 89%, 7%. Copy any format from the conversion table above.
What colors go well with #131202?
The complementary color is HSL(236, 85%, 4%). 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, 85%, 4%) in CSS?
As HSL: color: hsl(56, 85%, 4%); — As HEX: color: #131202; — As RGB: color: rgb(19, 18, 2); — Tailwind CSS: bg-[hsl(56,85%,4%)] — CSS variable: --color-primary: hsl(56, 85%, 4%);