HSL(15, 20%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(15,20%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 20%, 38%) | color: hsl(15, 20%, 38%) | |
| HEX | #74574E | color: #74574E | |
| RGB | rgb(116, 87, 78) | color: rgb(116, 87, 78) | |
| CMYK | cmyk(0%, 25%, 33%, 55%) | — | |
| HSV | hsv(14, 33%, 45%) | — | |
| HWB | hwb(14 30% 55%) | color: hwb(14 30% 55%) | |
| OKLCH | oklch(0.4843 0.0413 37.94) | color: oklch(0.4843 0.0413 37.94) | |
| Lab | lab(39.72 10.58 9.87) | color: lab(39.72 10.58 9.87) | |
| LCH | lch(39.72 14.47 43.01) | color: lch(39.72 14.47 43.01) |
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)
#676750 — rgb(103, 103, 80)
Deuteranopia (Green-blind)
#696B51 — rgb(105, 107, 81)
Tritanopia (Blue-blind)
#735252 — rgb(115, 82, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 20%, 38%);
text
color: hsl(15, 20%, 38%);
border
border: 2px solid hsl(15, 20%, 38%);
gradient light
background: linear-gradient(to right, hsl(15, 20%, 58%), hsl(15, 20%, 38%));
gradient dark
background: linear-gradient(to right, hsl(15, 20%, 38%), hsl(15, 20%, 18%))
hex
background-color: #74574E;
tailwind
bg-[hsl(15,20%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 20%, 38%, 0.4);
css variable
--color-primary: hsl(15, 20%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 20%, 38%)?
HEX: #74574E | RGB: rgb(116, 87, 78) | CMYK: 0%, 25%, 33%, 55% | HSV: 14°, 33%, 45%. Copy any format from the conversion table above.
What colors go well with #74574E?
The complementary color is HSL(195, 20%, 38%). 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%, 38%) in CSS?
As HSL: color: hsl(15, 20%, 38%); — As HEX: color: #74574E; — As RGB: color: rgb(116, 87, 78); — Tailwind CSS: bg-[hsl(15,20%,38%)] — CSS variable: --color-primary: hsl(15, 20%, 38%);