HSL(44, 69%, 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(44,69%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 69%, 7%) | color: hsl(44, 69%, 7%) | |
| HEX | #1E1806 | color: #1E1806 | |
| RGB | rgb(30, 24, 6) | color: rgb(30, 24, 6) | |
| CMYK | cmyk(0%, 20%, 80%, 88%) | — | |
| HSV | hsv(45, 80%, 12%) | — | |
| HWB | hwb(45 2% 88%) | color: hwb(45 2% 88%) | |
| OKLCH | oklch(0.2112 0.0324 91.55) | color: oklch(0.2112 0.0324 91.55) | |
| Lab | lab(8.5 -0.03 10.27) | color: lab(8.5 -0.03 10.27) | |
| LCH | lch(8.5 10.27 90.17) | color: lch(8.5 10.27 90.17) |
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)
#1B1B0A — rgb(27, 27, 10)
Deuteranopia (Green-blind)
#1C1C0B — rgb(28, 28, 11)
Tritanopia (Blue-blind)
#1E0E0F — rgb(30, 14, 15)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 69%, 7%);
text
color: hsl(44, 69%, 7%);
border
border: 2px solid hsl(44, 69%, 7%);
gradient light
background: linear-gradient(to right, hsl(44, 69%, 27%), hsl(44, 69%, 7%));
gradient dark
background: linear-gradient(to right, hsl(44, 69%, 7%), hsl(44, 69%, 0%))
hex
background-color: #1E1806;
tailwind
bg-[hsl(44,69%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 69%, 7%, 0.4);
css variable
--color-primary: hsl(44, 69%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(44, 69%, 7%)?
HEX: #1E1806 | RGB: rgb(30, 24, 6) | CMYK: 0%, 20%, 80%, 88% | HSV: 45°, 80%, 12%. Copy any format from the conversion table above.
What colors go well with #1E1806?
The complementary color is HSL(224, 69%, 7%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 69%, 7%) in CSS?
As HSL: color: hsl(44, 69%, 7%); — As HEX: color: #1E1806; — As RGB: color: rgb(30, 24, 6); — Tailwind CSS: bg-[hsl(44,69%,7%)] — CSS variable: --color-primary: hsl(44, 69%, 7%);