HSL(24, 55%, 16%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(24,55%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(24, 55%, 16%) | color: hsl(24, 55%, 16%) | |
| HEX | #3F2412 | color: #3F2412 | |
| RGB | rgb(63, 36, 18) | color: rgb(63, 36, 18) | |
| CMYK | cmyk(0%, 43%, 71%, 75%) | — | |
| HSV | hsv(24, 71%, 25%) | — | |
| HWB | hwb(24 7% 75%) | color: hwb(24 7% 75%) | |
| OKLCH | oklch(0.2909 0.0504 53.13) | color: oklch(0.2909 0.0504 53.13) | |
| Lab | lab(17.28 10.77 17.2) | color: lab(17.28 10.77 17.2) | |
| LCH | lch(17.28 20.29 57.95) | color: lch(17.28 20.29 57.95) |
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)
#333316 — rgb(51, 51, 22)
Deuteranopia (Green-blind)
#353717 — rgb(53, 55, 23)
Tritanopia (Blue-blind)
#3E1A1B — rgb(62, 26, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(24, 55%, 16%);
text
color: hsl(24, 55%, 16%);
border
border: 2px solid hsl(24, 55%, 16%);
gradient light
background: linear-gradient(to right, hsl(24, 55%, 36%), hsl(24, 55%, 16%));
gradient dark
background: linear-gradient(to right, hsl(24, 55%, 16%), hsl(24, 55%, 0%))
hex
background-color: #3F2412;
tailwind
bg-[hsl(24,55%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(24, 55%, 16%, 0.4);
css variable
--color-primary: hsl(24, 55%, 16%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(24, 55%, 16%)?
HEX: #3F2412 | RGB: rgb(63, 36, 18) | CMYK: 0%, 43%, 71%, 75% | HSV: 24°, 71%, 25%. Copy any format from the conversion table above.
What colors go well with #3F2412?
The complementary color is HSL(204, 55%, 16%). For a triadic harmony, use hues 24°, 144°, and 264°. For analogous combinations, try hues 354° and 54°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(24, 55%, 16%) in CSS?
As HSL: color: hsl(24, 55%, 16%); — As HEX: color: #3F2412; — As RGB: color: rgb(63, 36, 18); — Tailwind CSS: bg-[hsl(24,55%,16%)] — CSS variable: --color-primary: hsl(24, 55%, 16%);