HSL(30, 90%, 5%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(30,90%,5%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 90%, 5%) | color: hsl(30, 90%, 5%) | |
| HEX | #180D01 | color: #180D01 | |
| RGB | rgb(24, 13, 1) | color: rgb(24, 13, 1) | |
| CMYK | cmyk(0%, 46%, 96%, 91%) | — | |
| HSV | hsv(31, 96%, 9%) | — | |
| HWB | hwb(31 0% 91%) | color: hwb(31 0% 91%) | |
| OKLCH | oklch(0.1706 0.0331 73.91) | color: oklch(0.1706 0.0331 73.91) | |
| Lab | lab(4.37 2.7 6.19) | color: lab(4.37 2.7 6.19) | |
| LCH | lch(4.37 6.75 66.43) | color: lch(4.37 6.75 66.43) |
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)
#131304 — rgb(19, 19, 4)
Deuteranopia (Green-blind)
#141505 — rgb(20, 21, 5)
Tritanopia (Blue-blind)
#170607 — rgb(23, 6, 7)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 90%, 5%);
text
color: hsl(30, 90%, 5%);
border
border: 2px solid hsl(30, 90%, 5%);
gradient light
background: linear-gradient(to right, hsl(30, 90%, 25%), hsl(30, 90%, 5%));
gradient dark
background: linear-gradient(to right, hsl(30, 90%, 5%), hsl(30, 90%, 0%))
hex
background-color: #180D01;
tailwind
bg-[hsl(30,90%,5%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 90%, 5%, 0.4);
css variable
--color-primary: hsl(30, 90%, 5%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 90%, 5%)?
HEX: #180D01 | RGB: rgb(24, 13, 1) | CMYK: 0%, 46%, 96%, 91% | HSV: 31°, 96%, 9%. Copy any format from the conversion table above.
What colors go well with #180D01?
The complementary color is HSL(210, 90%, 5%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 90%, 5%) in CSS?
As HSL: color: hsl(30, 90%, 5%); — As HEX: color: #180D01; — As RGB: color: rgb(24, 13, 1); — Tailwind CSS: bg-[hsl(30,90%,5%)] — CSS variable: --color-primary: hsl(30, 90%, 5%);