HSL(33, 100%, 14%)
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(33,100%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 100%, 14%) | color: hsl(33, 100%, 14%) | |
| HEX | #472700 | color: #472700 | |
| RGB | rgb(71, 39, 0) | color: rgb(71, 39, 0) | |
| CMYK | cmyk(0%, 45%, 100%, 72%) | — | |
| HSV | hsv(33, 100%, 28%) | — | |
| HWB | hwb(33 0% 72%) | color: hwb(33 0% 72%) | |
| OKLCH | oklch(0.3077 0.0691 64.93) | color: oklch(0.3077 0.0691 64.93) | |
| Lab | lab(19.19 11.85 27.88) | color: lab(19.19 11.85 27.88) | |
| LCH | lch(19.19 30.29 66.97) | color: lch(19.19 30.29 66.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)
#393909 — rgb(57, 57, 9)
Deuteranopia (Green-blind)
#3B3D0C — rgb(59, 61, 12)
Tritanopia (Blue-blind)
#451113 — rgb(69, 17, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 100%, 14%);
text
color: hsl(33, 100%, 14%);
border
border: 2px solid hsl(33, 100%, 14%);
gradient light
background: linear-gradient(to right, hsl(33, 100%, 34%), hsl(33, 100%, 14%));
gradient dark
background: linear-gradient(to right, hsl(33, 100%, 14%), hsl(33, 100%, 0%))
hex
background-color: #472700;
tailwind
bg-[hsl(33,100%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 100%, 14%, 0.4);
css variable
--color-primary: hsl(33, 100%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 100%, 14%)?
HEX: #472700 | RGB: rgb(71, 39, 0) | CMYK: 0%, 45%, 100%, 72% | HSV: 33°, 100%, 28%. Copy any format from the conversion table above.
What colors go well with #472700?
The complementary color is HSL(213, 100%, 14%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 100%, 14%) in CSS?
As HSL: color: hsl(33, 100%, 14%); — As HEX: color: #472700; — As RGB: color: rgb(71, 39, 0); — Tailwind CSS: bg-[hsl(33,100%,14%)] — CSS variable: --color-primary: hsl(33, 100%, 14%);