HSL(38, 43%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(38,43%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 43%, 15%) | color: hsl(38, 43%, 15%) | |
| HEX | #372B16 | color: #372B16 | |
| RGB | rgb(55, 43, 22) | color: rgb(55, 43, 22) | |
| CMYK | cmyk(0%, 22%, 60%, 78%) | — | |
| HSV | hsv(38, 60%, 22%) | — | |
| HWB | hwb(38 9% 78%) | color: hwb(38 9% 78%) | |
| OKLCH | oklch(0.297 0.0381 80.46) | color: oklch(0.297 0.0381 80.46) | |
| Lab | lab(18.36 2.26 15.68) | color: lab(18.36 2.26 15.68) | |
| LCH | lch(18.36 15.84 81.8) | color: lch(18.36 15.84 81.8) |
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)
#32321B — rgb(50, 50, 27)
Deuteranopia (Green-blind)
#33331C — rgb(51, 51, 28)
Tritanopia (Blue-blind)
#361F20 — rgb(54, 31, 32)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 43%, 15%);
text
color: hsl(38, 43%, 15%);
border
border: 2px solid hsl(38, 43%, 15%);
gradient light
background: linear-gradient(to right, hsl(38, 43%, 35%), hsl(38, 43%, 15%));
gradient dark
background: linear-gradient(to right, hsl(38, 43%, 15%), hsl(38, 43%, 0%))
hex
background-color: #372B16;
tailwind
bg-[hsl(38,43%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 43%, 15%, 0.4);
css variable
--color-primary: hsl(38, 43%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 43%, 15%)?
HEX: #372B16 | RGB: rgb(55, 43, 22) | CMYK: 0%, 22%, 60%, 78% | HSV: 38°, 60%, 22%. Copy any format from the conversion table above.
What colors go well with #372B16?
The complementary color is HSL(218, 43%, 15%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 43%, 15%) in CSS?
As HSL: color: hsl(38, 43%, 15%); — As HEX: color: #372B16; — As RGB: color: rgb(55, 43, 22); — Tailwind CSS: bg-[hsl(38,43%,15%)] — CSS variable: --color-primary: hsl(38, 43%, 15%);