HSL(36, 68%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(36,68%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 68%, 15%) | color: hsl(36, 68%, 15%) | |
| HEX | #402B0C | color: #402B0C | |
| RGB | rgb(64, 43, 12) | color: rgb(64, 43, 12) | |
| CMYK | cmyk(0%, 33%, 81%, 75%) | — | |
| HSV | hsv(36, 81%, 25%) | — | |
| HWB | hwb(36 5% 75%) | color: hwb(36 5% 75%) | |
| OKLCH | oklch(0.3075 0.0542 73.52) | color: oklch(0.3075 0.0542 73.52) | |
| Lab | lab(19.41 6.17 22.93) | color: lab(19.41 6.17 22.93) | |
| LCH | lch(19.41 23.75 74.94) | color: lch(19.41 23.75 74.94) |
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)
#373714 — rgb(55, 55, 20)
Deuteranopia (Green-blind)
#383A15 — rgb(56, 58, 21)
Tritanopia (Blue-blind)
#3F191B — rgb(63, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 68%, 15%);
text
color: hsl(36, 68%, 15%);
border
border: 2px solid hsl(36, 68%, 15%);
gradient light
background: linear-gradient(to right, hsl(36, 68%, 35%), hsl(36, 68%, 15%));
gradient dark
background: linear-gradient(to right, hsl(36, 68%, 15%), hsl(36, 68%, 0%))
hex
background-color: #402B0C;
tailwind
bg-[hsl(36,68%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 68%, 15%, 0.4);
css variable
--color-primary: hsl(36, 68%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 68%, 15%)?
HEX: #402B0C | RGB: rgb(64, 43, 12) | CMYK: 0%, 33%, 81%, 75% | HSV: 36°, 81%, 25%. Copy any format from the conversion table above.
What colors go well with #402B0C?
The complementary color is HSL(216, 68%, 15%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 68%, 15%) in CSS?
As HSL: color: hsl(36, 68%, 15%); — As HEX: color: #402B0C; — As RGB: color: rgb(64, 43, 12); — Tailwind CSS: bg-[hsl(36,68%,15%)] — CSS variable: --color-primary: hsl(36, 68%, 15%);