HSL(33, 100%, 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(33,100%,7%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 100%, 7%) | color: hsl(33, 100%, 7%) | |
| HEX | #241400 | color: #241400 | |
| RGB | rgb(36, 20, 0) | color: rgb(36, 20, 0) | |
| CMYK | cmyk(0%, 44%, 100%, 86%) | — | |
| HSV | hsv(33, 100%, 14%) | — | |
| HWB | hwb(33 0% 86%) | color: hwb(33 0% 86%) | |
| OKLCH | oklch(0.2082 0.0444 72.72) | color: oklch(0.2082 0.0444 72.72) | |
| Lab | lab(7.91 5.69 11.95) | color: lab(7.91 5.69 11.95) | |
| LCH | lch(7.91 13.24 64.54) | color: lch(7.91 13.24 64.54) |
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)
#1D1D05 — rgb(29, 29, 5)
Deuteranopia (Green-blind)
#1E1F06 — rgb(30, 31, 6)
Tritanopia (Blue-blind)
#23090A — rgb(35, 9, 10)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 100%, 7%);
text
color: hsl(33, 100%, 7%);
border
border: 2px solid hsl(33, 100%, 7%);
gradient light
background: linear-gradient(to right, hsl(33, 100%, 27%), hsl(33, 100%, 7%));
gradient dark
background: linear-gradient(to right, hsl(33, 100%, 7%), hsl(33, 100%, 0%))
hex
background-color: #241400;
tailwind
bg-[hsl(33,100%,7%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 100%, 7%, 0.4);
css variable
--color-primary: hsl(33, 100%, 7%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 100%, 7%)?
HEX: #241400 | RGB: rgb(36, 20, 0) | CMYK: 0%, 44%, 100%, 86% | HSV: 33°, 100%, 14%. Copy any format from the conversion table above.
What colors go well with #241400?
The complementary color is HSL(213, 100%, 7%). 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%, 7%) in CSS?
As HSL: color: hsl(33, 100%, 7%); — As HEX: color: #241400; — As RGB: color: rgb(36, 20, 0); — Tailwind CSS: bg-[hsl(33,100%,7%)] — CSS variable: --color-primary: hsl(33, 100%, 7%);