HSL(21, 68%, 2%)
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(21,68%,2%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(21, 68%, 2%) | color: hsl(21, 68%, 2%) | |
| HEX | #090402 | color: #090402 | |
| RGB | rgb(9, 4, 2) | color: rgb(9, 4, 2) | |
| CMYK | cmyk(0%, 56%, 78%, 96%) | — | |
| HSV | hsv(17, 78%, 4%) | — | |
| HWB | hwb(17 1% 96%) | color: hwb(17 1% 96%) | |
| OKLCH | oklch(0.1155 0.0154 52.6) | color: oklch(0.1155 0.0154 52.6) | |
| Lab | lab(1.35 1.03 1.22) | color: lab(1.35 1.03 1.22) | |
| LCH | lch(1.35 1.6 49.83) | color: lch(1.35 1.6 49.83) |
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)
#070702 — rgb(7, 7, 2)
Deuteranopia (Green-blind)
#070803 — rgb(7, 8, 3)
Tritanopia (Blue-blind)
#090303 — rgb(9, 3, 3)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(21, 68%, 2%);
text
color: hsl(21, 68%, 2%);
border
border: 2px solid hsl(21, 68%, 2%);
gradient light
background: linear-gradient(to right, hsl(21, 68%, 22%), hsl(21, 68%, 2%));
gradient dark
background: linear-gradient(to right, hsl(21, 68%, 2%), hsl(21, 68%, 0%))
hex
background-color: #090402;
tailwind
bg-[hsl(21,68%,2%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(21, 68%, 2%, 0.4);
css variable
--color-primary: hsl(21, 68%, 2%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(21, 68%, 2%)?
HEX: #090402 | RGB: rgb(9, 4, 2) | CMYK: 0%, 56%, 78%, 96% | HSV: 17°, 78%, 4%. Copy any format from the conversion table above.
What colors go well with #090402?
The complementary color is HSL(201, 68%, 2%). For a triadic harmony, use hues 21°, 141°, and 261°. For analogous combinations, try hues 351° and 51°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(21, 68%, 2%) in CSS?
As HSL: color: hsl(21, 68%, 2%); — As HEX: color: #090402; — As RGB: color: rgb(9, 4, 2); — Tailwind CSS: bg-[hsl(21,68%,2%)] — CSS variable: --color-primary: hsl(21, 68%, 2%);