HSL(34, 70%, 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(34,70%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 70%, 7%) | color: hsl(34, 70%, 7%) | |
| HEX | #1E1405 | color: #1E1405 | |
| RGB | rgb(30, 20, 5) | color: rgb(30, 20, 5) | |
| CMYK | cmyk(0%, 33%, 83%, 88%) | — | |
| HSV | hsv(36, 83%, 12%) | — | |
| HWB | hwb(36 2% 88%) | color: hwb(36 2% 88%) | |
| OKLCH | oklch(0.2 0.0315 77) | color: oklch(0.2 0.0315 77) | |
| Lab | lab(7.11 2.65 8.65) | color: lab(7.11 2.65 8.65) | |
| LCH | lch(7.11 9.05 72.97) | color: lch(7.11 9.05 72.97) |
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)
#1A1A09 — rgb(26, 26, 9)
Deuteranopia (Green-blind)
#1A1B0A — rgb(26, 27, 10)
Tritanopia (Blue-blind)
#1E0B0C — rgb(30, 11, 12)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 70%, 7%);
text
color: hsl(34, 70%, 7%);
border
border: 2px solid hsl(34, 70%, 7%);
gradient light
background: linear-gradient(to right, hsl(34, 70%, 27%), hsl(34, 70%, 7%));
gradient dark
background: linear-gradient(to right, hsl(34, 70%, 7%), hsl(34, 70%, 0%))
hex
background-color: #1E1405;
tailwind
bg-[hsl(34,70%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 70%, 7%, 0.4);
css variable
--color-primary: hsl(34, 70%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 70%, 7%)?
HEX: #1E1405 | RGB: rgb(30, 20, 5) | CMYK: 0%, 33%, 83%, 88% | HSV: 36°, 83%, 12%. Copy any format from the conversion table above.
What colors go well with #1E1405?
The complementary color is HSL(214, 70%, 7%). For a triadic harmony, use hues 34°, 154°, and 274°. For analogous combinations, try hues 4° and 64°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(34, 70%, 7%) in CSS?
As HSL: color: hsl(34, 70%, 7%); — As HEX: color: #1E1405; — As RGB: color: rgb(30, 20, 5); — Tailwind CSS: bg-[hsl(34,70%,7%)] — CSS variable: --color-primary: hsl(34, 70%, 7%);