HSL(41, 68%, 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(41,68%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 68%, 14%) | color: hsl(41, 68%, 14%) | |
| HEX | #3C2D0B | color: #3C2D0B | |
| RGB | rgb(60, 45, 11) | color: rgb(60, 45, 11) | |
| CMYK | cmyk(0%, 25%, 82%, 76%) | — | |
| HSV | hsv(42, 82%, 24%) | — | |
| HWB | hwb(42 4% 76%) | color: hwb(42 4% 76%) | |
| OKLCH | oklch(0.3069 0.0532 84.36) | color: oklch(0.3069 0.0532 84.36) | |
| Lab | lab(19.48 2.62 23.32) | color: lab(19.48 2.62 23.32) | |
| LCH | lch(19.48 23.47 83.59) | color: lch(19.48 23.47 83.59) |
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)
#363513 — rgb(54, 53, 19)
Deuteranopia (Green-blind)
#363815 — rgb(54, 56, 21)
Tritanopia (Blue-blind)
#3B1A1B — rgb(59, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 68%, 14%);
text
color: hsl(41, 68%, 14%);
border
border: 2px solid hsl(41, 68%, 14%);
gradient light
background: linear-gradient(to right, hsl(41, 68%, 34%), hsl(41, 68%, 14%));
gradient dark
background: linear-gradient(to right, hsl(41, 68%, 14%), hsl(41, 68%, 0%))
hex
background-color: #3C2D0B;
tailwind
bg-[hsl(41,68%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 68%, 14%, 0.4);
css variable
--color-primary: hsl(41, 68%, 14%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 68%, 14%)?
HEX: #3C2D0B | RGB: rgb(60, 45, 11) | CMYK: 0%, 25%, 82%, 76% | HSV: 42°, 82%, 24%. Copy any format from the conversion table above.
What colors go well with #3C2D0B?
The complementary color is HSL(221, 68%, 14%). 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, 68%, 14%) in CSS?
As HSL: color: hsl(41, 68%, 14%); — As HEX: color: #3C2D0B; — As RGB: color: rgb(60, 45, 11); — Tailwind CSS: bg-[hsl(41,68%,14%)] — CSS variable: --color-primary: hsl(41, 68%, 14%);