HSL(34, 60%, 6%)
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,60%,6%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 60%, 6%) | color: hsl(34, 60%, 6%) | |
| HEX | #181106 | color: #181106 | |
| RGB | rgb(24, 17, 6) | color: rgb(24, 17, 6) | |
| CMYK | cmyk(0%, 29%, 75%, 91%) | — | |
| HSV | hsv(37, 75%, 9%) | — | |
| HWB | hwb(37 2% 91%) | color: hwb(37 2% 91%) | |
| OKLCH | oklch(0.1832 0.024 79.03) | color: oklch(0.1832 0.024 79.03) | |
| Lab | lab(5.49 1.31 5.79) | color: lab(5.49 1.31 5.79) | |
| LCH | lch(5.49 5.94 77.25) | color: lch(5.49 5.94 77.25) |
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)
#151509 — rgb(21, 21, 9)
Deuteranopia (Green-blind)
#151609 — rgb(21, 22, 9)
Tritanopia (Blue-blind)
#180B0B — rgb(24, 11, 11)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 60%, 6%);
text
color: hsl(34, 60%, 6%);
border
border: 2px solid hsl(34, 60%, 6%);
gradient light
background: linear-gradient(to right, hsl(34, 60%, 26%), hsl(34, 60%, 6%));
gradient dark
background: linear-gradient(to right, hsl(34, 60%, 6%), hsl(34, 60%, 0%))
hex
background-color: #181106;
tailwind
bg-[hsl(34,60%,6%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 60%, 6%, 0.4);
css variable
--color-primary: hsl(34, 60%, 6%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 60%, 6%)?
HEX: #181106 | RGB: rgb(24, 17, 6) | CMYK: 0%, 29%, 75%, 91% | HSV: 37°, 75%, 9%. Copy any format from the conversion table above.
What colors go well with #181106?
The complementary color is HSL(214, 60%, 6%). 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, 60%, 6%) in CSS?
As HSL: color: hsl(34, 60%, 6%); — As HEX: color: #181106; — As RGB: color: rgb(24, 17, 6); — Tailwind CSS: bg-[hsl(34,60%,6%)] — CSS variable: --color-primary: hsl(34, 60%, 6%);