HSL(19, 87%, 1%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,87%,1%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 87%, 1%) | color: hsl(19, 87%, 1%) | |
| HEX | #050200 | color: #050200 | |
| RGB | rgb(5, 2, 0) | color: rgb(5, 2, 0) | |
| CMYK | cmyk(0%, 60%, 100%, 98%) | — | |
| HSV | hsv(24, 100%, 2%) | — | |
| HWB | hwb(24 0% 98%) | color: hwb(24 0% 98%) | |
| OKLCH | oklch(0.092 0.0196 73.07) | color: oklch(0.092 0.0196 73.07) | |
| Lab | lab(0.68 0.51 1.03) | color: lab(0.68 0.51 1.03) | |
| LCH | lch(0.68 1.15 63.66) | color: lch(0.68 1.15 63.66) |
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)
#040400 — rgb(4, 4, 0)
Deuteranopia (Green-blind)
#040401 — rgb(4, 4, 1)
Tritanopia (Blue-blind)
#050101 — rgb(5, 1, 1)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 87%, 1%);
text
color: hsl(19, 87%, 1%);
border
border: 2px solid hsl(19, 87%, 1%);
gradient light
background: linear-gradient(to right, hsl(19, 87%, 21%), hsl(19, 87%, 1%));
gradient dark
background: linear-gradient(to right, hsl(19, 87%, 1%), hsl(19, 87%, 0%))
hex
background-color: #050200;
tailwind
bg-[hsl(19,87%,1%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 87%, 1%, 0.4);
css variable
--color-primary: hsl(19, 87%, 1%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 87%, 1%)?
HEX: #050200 | RGB: rgb(5, 2, 0) | CMYK: 0%, 60%, 100%, 98% | HSV: 24°, 100%, 2%. Copy any format from the conversion table above.
What colors go well with #050200?
The complementary color is HSL(199, 87%, 1%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 87%, 1%) in CSS?
As HSL: color: hsl(19, 87%, 1%); — As HEX: color: #050200; — As RGB: color: rgb(5, 2, 0); — Tailwind CSS: bg-[hsl(19,87%,1%)] — CSS variable: --color-primary: hsl(19, 87%, 1%);