HSL(28, 17%, 42%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(28,17%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 17%, 42%) | color: hsl(28, 17%, 42%) | |
| HEX | #7D6A59 | color: #7D6A59 | |
| RGB | rgb(125, 106, 89) | color: rgb(125, 106, 89) | |
| CMYK | cmyk(0%, 15%, 29%, 51%) | — | |
| HSV | hsv(28, 29%, 49%) | — | |
| HWB | hwb(28 35% 51%) | color: hwb(28 35% 51%) | |
| OKLCH | oklch(0.5377 0.0352 63.8) | color: oklch(0.5377 0.0352 63.8) | |
| Lab | lab(46.16 4.72 12.35) | color: lab(46.16 4.72 12.35) | |
| LCH | lch(46.16 13.22 69.08) | color: lch(46.16 13.22 69.08) |
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)
#75755D — rgb(117, 117, 93)
Deuteranopia (Green-blind)
#76775E — rgb(118, 119, 94)
Tritanopia (Blue-blind)
#7C6061 — rgb(124, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 17%, 42%);
text
color: hsl(28, 17%, 42%);
border
border: 2px solid hsl(28, 17%, 42%);
gradient light
background: linear-gradient(to right, hsl(28, 17%, 62%), hsl(28, 17%, 42%));
gradient dark
background: linear-gradient(to right, hsl(28, 17%, 42%), hsl(28, 17%, 22%))
hex
background-color: #7D6A59;
tailwind
bg-[hsl(28,17%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 17%, 42%, 0.4);
css variable
--color-primary: hsl(28, 17%, 42%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 17%, 42%)?
HEX: #7D6A59 | RGB: rgb(125, 106, 89) | CMYK: 0%, 15%, 29%, 51% | HSV: 28°, 29%, 49%. Copy any format from the conversion table above.
What colors go well with #7D6A59?
The complementary color is HSL(208, 17%, 42%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 17%, 42%) in CSS?
As HSL: color: hsl(28, 17%, 42%); — As HEX: color: #7D6A59; — As RGB: color: rgb(125, 106, 89); — Tailwind CSS: bg-[hsl(28,17%,42%)] — CSS variable: --color-primary: hsl(28, 17%, 42%);