HSL(19, 20%, 44%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,20%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 20%, 44%) | color: hsl(19, 20%, 44%) | |
| HEX | #87685A | color: #87685A | |
| RGB | rgb(135, 104, 90) | color: rgb(135, 104, 90) | |
| CMYK | cmyk(0%, 23%, 33%, 47%) | — | |
| HSV | hsv(19, 33%, 53%) | — | |
| HWB | hwb(19 36% 47%) | color: hwb(19 36% 47%) | |
| OKLCH | oklch(0.5444 0.0454 45.49) | color: oklch(0.5444 0.0454 45.49) | |
| Lab | lab(46.7 10.28 12.65) | color: lab(46.7 10.28 12.65) | |
| LCH | lch(46.7 16.3 50.9) | color: lch(46.7 16.3 50.9) |
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)
#7A795D — rgb(122, 121, 93)
Deuteranopia (Green-blind)
#7B7E5E — rgb(123, 126, 94)
Tritanopia (Blue-blind)
#856061 — rgb(133, 96, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 20%, 44%);
text
color: hsl(19, 20%, 44%);
border
border: 2px solid hsl(19, 20%, 44%);
gradient light
background: linear-gradient(to right, hsl(19, 20%, 64%), hsl(19, 20%, 44%));
gradient dark
background: linear-gradient(to right, hsl(19, 20%, 44%), hsl(19, 20%, 24%))
hex
background-color: #87685A;
tailwind
bg-[hsl(19,20%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 20%, 44%, 0.4);
css variable
--color-primary: hsl(19, 20%, 44%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 20%, 44%)?
HEX: #87685A | RGB: rgb(135, 104, 90) | CMYK: 0%, 23%, 33%, 47% | HSV: 19°, 33%, 53%. Copy any format from the conversion table above.
What colors go well with #87685A?
The complementary color is HSL(199, 20%, 44%). For a triadic harmony, use hues 19°, 139°, and 259°. For analogous combinations, try hues 349° and 49°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(19, 20%, 44%) in CSS?
As HSL: color: hsl(19, 20%, 44%); — As HEX: color: #87685A; — As RGB: color: rgb(135, 104, 90); — Tailwind CSS: bg-[hsl(19,20%,44%)] — CSS variable: --color-primary: hsl(19, 20%, 44%);