HSL(34, 75%, 11%)
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,75%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(34, 75%, 11%) | color: hsl(34, 75%, 11%) | |
| HEX | #311F07 | color: #311F07 | |
| RGB | rgb(49, 31, 7) | color: rgb(49, 31, 7) | |
| CMYK | cmyk(0%, 37%, 86%, 81%) | — | |
| HSV | hsv(34, 86%, 19%) | — | |
| HWB | hwb(34 3% 81%) | color: hwb(34 3% 81%) | |
| OKLCH | oklch(0.2567 0.0459 70.97) | color: oklch(0.2567 0.0459 70.97) | |
| Lab | lab(13.52 5.9 17.24) | color: lab(13.52 5.9 17.24) | |
| LCH | lch(13.52 18.22 71.11) | color: lch(13.52 18.22 71.11) |
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)
#29290D — rgb(41, 41, 13)
Deuteranopia (Green-blind)
#2A2C0E — rgb(42, 44, 14)
Tritanopia (Blue-blind)
#301112 — rgb(48, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(34, 75%, 11%);
text
color: hsl(34, 75%, 11%);
border
border: 2px solid hsl(34, 75%, 11%);
gradient light
background: linear-gradient(to right, hsl(34, 75%, 31%), hsl(34, 75%, 11%));
gradient dark
background: linear-gradient(to right, hsl(34, 75%, 11%), hsl(34, 75%, 0%))
hex
background-color: #311F07;
tailwind
bg-[hsl(34,75%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(34, 75%, 11%, 0.4);
css variable
--color-primary: hsl(34, 75%, 11%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(34, 75%, 11%)?
HEX: #311F07 | RGB: rgb(49, 31, 7) | CMYK: 0%, 37%, 86%, 81% | HSV: 34°, 86%, 19%. Copy any format from the conversion table above.
What colors go well with #311F07?
The complementary color is HSL(214, 75%, 11%). 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, 75%, 11%) in CSS?
As HSL: color: hsl(34, 75%, 11%); — As HEX: color: #311F07; — As RGB: color: rgb(49, 31, 7); — Tailwind CSS: bg-[hsl(34,75%,11%)] — CSS variable: --color-primary: hsl(34, 75%, 11%);