HSL(41, 92%, 10%)
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(41,92%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 92%, 10%) | color: hsl(41, 92%, 10%) | |
| HEX | #312202 | color: #312202 | |
| RGB | rgb(49, 34, 2) | color: rgb(49, 34, 2) | |
| CMYK | cmyk(0%, 31%, 96%, 81%) | — | |
| HSV | hsv(41, 96%, 19%) | — | |
| HWB | hwb(41 1% 81%) | color: hwb(41 1% 81%) | |
| OKLCH | oklch(0.2634 0.0517 82.68) | color: oklch(0.2634 0.0517 82.68) | |
| Lab | lab(14.41 3.42 20.44) | color: lab(14.41 3.42 20.44) | |
| LCH | lch(14.41 20.72 80.5) | color: lch(14.41 20.72 80.5) |
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)
#2B2A0A — rgb(43, 42, 10)
Deuteranopia (Green-blind)
#2B2D0C — rgb(43, 45, 12)
Tritanopia (Blue-blind)
#301011 — rgb(48, 16, 17)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 92%, 10%);
text
color: hsl(41, 92%, 10%);
border
border: 2px solid hsl(41, 92%, 10%);
gradient light
background: linear-gradient(to right, hsl(41, 92%, 30%), hsl(41, 92%, 10%));
gradient dark
background: linear-gradient(to right, hsl(41, 92%, 10%), hsl(41, 92%, 0%))
hex
background-color: #312202;
tailwind
bg-[hsl(41,92%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 92%, 10%, 0.4);
css variable
--color-primary: hsl(41, 92%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 92%, 10%)?
HEX: #312202 | RGB: rgb(49, 34, 2) | CMYK: 0%, 31%, 96%, 81% | HSV: 41°, 96%, 19%. Copy any format from the conversion table above.
What colors go well with #312202?
The complementary color is HSL(221, 92%, 10%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 92%, 10%) in CSS?
As HSL: color: hsl(41, 92%, 10%); — As HEX: color: #312202; — As RGB: color: rgb(49, 34, 2); — Tailwind CSS: bg-[hsl(41,92%,10%)] — CSS variable: --color-primary: hsl(41, 92%, 10%);