HSL(15, 20%, 48%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,20%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 20%, 48%) | color: hsl(15, 20%, 48%) | |
| HEX | #936E62 | color: #936E62 | |
| RGB | rgb(147, 110, 98) | color: rgb(147, 110, 98) | |
| CMYK | cmyk(0%, 25%, 33%, 42%) | — | |
| HSV | hsv(15, 33%, 58%) | — | |
| HWB | hwb(15 39% 42%) | color: hwb(15 39% 42%) | |
| OKLCH | oklch(0.572 0.0509 38.72) | color: oklch(0.572 0.0509 38.72) | |
| Lab | lab(49.78 12.92 12.4) | color: lab(49.78 12.92 12.4) | |
| LCH | lch(49.78 17.91 43.82) | color: lch(49.78 17.91 43.82) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#838365 — rgb(131, 131, 101)
Deuteranopia (Green-blind)
#858866 — rgb(133, 136, 102)
Tritanopia (Blue-blind)
#916768 — rgb(145, 103, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 20%, 48%);
text
color: hsl(15, 20%, 48%);
border
border: 2px solid hsl(15, 20%, 48%);
gradient light
background: linear-gradient(to right, hsl(15, 20%, 68%), hsl(15, 20%, 48%));
gradient dark
background: linear-gradient(to right, hsl(15, 20%, 48%), hsl(15, 20%, 28%))
hex
background-color: #936E62;
tailwind
bg-[hsl(15,20%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 20%, 48%, 0.4);
css variable
--color-primary: hsl(15, 20%, 48%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 20%, 48%)?
HEX: #936E62 | RGB: rgb(147, 110, 98) | CMYK: 0%, 25%, 33%, 42% | HSV: 15°, 33%, 58%. Copy any format from the conversion table above.
What colors go well with #936E62?
The complementary color is HSL(195, 20%, 48%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 20%, 48%) in CSS?
As HSL: color: hsl(15, 20%, 48%); — As HEX: color: #936E62; — As RGB: color: rgb(147, 110, 98); — Tailwind CSS: bg-[hsl(15,20%,48%)] — CSS variable: --color-primary: hsl(15, 20%, 48%);