HSL(32, 68%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(32,68%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 68%, 15%) | color: hsl(32, 68%, 15%) | |
| HEX | #40280C | color: #40280C | |
| RGB | rgb(64, 40, 12) | color: rgb(64, 40, 12) | |
| CMYK | cmyk(0%, 38%, 81%, 75%) | — | |
| HSV | hsv(32, 81%, 25%) | — | |
| HWB | hwb(32 5% 75%) | color: hwb(32 5% 75%) | |
| OKLCH | oklch(0.3006 0.0544 66.94) | color: oklch(0.3006 0.0544 66.94) | |
| Lab | lab(18.52 8.17 21.89) | color: lab(18.52 8.17 21.89) | |
| LCH | lch(18.52 23.36 69.53) | color: lch(18.52 23.36 69.53) |
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)
#373914 — rgb(55, 57, 20)
Tritanopia (Blue-blind)
#3F1819 — rgb(63, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 68%, 15%);
text
color: hsl(32, 68%, 15%);
border
border: 2px solid hsl(32, 68%, 15%);
gradient light
background: linear-gradient(to right, hsl(32, 68%, 35%), hsl(32, 68%, 15%));
gradient dark
background: linear-gradient(to right, hsl(32, 68%, 15%), hsl(32, 68%, 0%))
hex
background-color: #40280C;
tailwind
bg-[hsl(32,68%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 68%, 15%, 0.4);
css variable
--color-primary: hsl(32, 68%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(32, 68%, 15%)?
HEX: #40280C | RGB: rgb(64, 40, 12) | CMYK: 0%, 38%, 81%, 75% | HSV: 32°, 81%, 25%. Copy any format from the conversion table above.
What colors go well with #40280C?
The complementary color is HSL(212, 68%, 15%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 68%, 15%) in CSS?
As HSL: color: hsl(32, 68%, 15%); — As HEX: color: #40280C; — As RGB: color: rgb(64, 40, 12); — Tailwind CSS: bg-[hsl(32,68%,15%)] — CSS variable: --color-primary: hsl(32, 68%, 15%);