HSL(31, 66%, 7%)
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(31,66%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 66%, 7%) | color: hsl(31, 66%, 7%) | |
| HEX | #1E1206 | color: #1E1206 | |
| RGB | rgb(30, 18, 6) | color: rgb(30, 18, 6) | |
| CMYK | cmyk(0%, 40%, 80%, 88%) | — | |
| HSV | hsv(30, 80%, 12%) | — | |
| HWB | hwb(30 2% 88%) | color: hwb(30 2% 88%) | |
| OKLCH | oklch(0.1949 0.0298 65.85) | color: oklch(0.1949 0.0298 65.85) | |
| Lab | lab(6.52 4.04 7.38) | color: lab(6.52 4.04 7.38) | |
| LCH | lch(6.52 8.41 61.3) | color: lch(6.52 8.41 61.3) |
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)
#191909 — rgb(25, 25, 9)
Deuteranopia (Green-blind)
#1A1A0A — rgb(26, 26, 10)
Tritanopia (Blue-blind)
#1D0B0C — rgb(29, 11, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 66%, 7%);
text
color: hsl(31, 66%, 7%);
border
border: 2px solid hsl(31, 66%, 7%);
gradient light
background: linear-gradient(to right, hsl(31, 66%, 27%), hsl(31, 66%, 7%));
gradient dark
background: linear-gradient(to right, hsl(31, 66%, 7%), hsl(31, 66%, 0%))
hex
background-color: #1E1206;
tailwind
bg-[hsl(31,66%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 66%, 7%, 0.4);
css variable
--color-primary: hsl(31, 66%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 66%, 7%)?
HEX: #1E1206 | RGB: rgb(30, 18, 6) | CMYK: 0%, 40%, 80%, 88% | HSV: 30°, 80%, 12%. Copy any format from the conversion table above.
What colors go well with #1E1206?
The complementary color is HSL(211, 66%, 7%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 66%, 7%) in CSS?
As HSL: color: hsl(31, 66%, 7%); — As HEX: color: #1E1206; — As RGB: color: rgb(30, 18, 6); — Tailwind CSS: bg-[hsl(31,66%,7%)] — CSS variable: --color-primary: hsl(31, 66%, 7%);