HSL(19, 40%, 67%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(19,40%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(19, 40%, 67%) | color: hsl(19, 40%, 67%) | |
| HEX | #CD9F89 | color: #CD9F89 | |
| RGB | rgb(205, 159, 137) | color: rgb(205, 159, 137) | |
| CMYK | cmyk(0%, 22%, 33%, 20%) | — | |
| HSV | hsv(19, 33%, 80%) | — | |
| HWB | hwb(19 54% 20%) | color: hwb(19 54% 20%) | |
| OKLCH | oklch(0.7395 0.0632 46.79) | color: oklch(0.7395 0.0632 46.79) | |
| Lab | lab(69.17 13.99 18.04) | color: lab(69.17 13.99 18.04) | |
| LCH | lch(69.17 22.83 52.21) | color: lch(69.17 22.83 52.21) |
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)
#B9B98E — rgb(185, 185, 142)
Deuteranopia (Green-blind)
#BCBF90 — rgb(188, 191, 144)
Tritanopia (Blue-blind)
#CB9393 — rgb(203, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(19, 40%, 67%);
text
color: hsl(19, 40%, 67%);
border
border: 2px solid hsl(19, 40%, 67%);
gradient light
background: linear-gradient(to right, hsl(19, 40%, 87%), hsl(19, 40%, 67%));
gradient dark
background: linear-gradient(to right, hsl(19, 40%, 67%), hsl(19, 40%, 47%))
hex
background-color: #CD9F89;
tailwind
bg-[hsl(19,40%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(19, 40%, 67%, 0.4);
css variable
--color-primary: hsl(19, 40%, 67%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(19, 40%, 67%)?
HEX: #CD9F89 | RGB: rgb(205, 159, 137) | CMYK: 0%, 22%, 33%, 20% | HSV: 19°, 33%, 80%. Copy any format from the conversion table above.
What colors go well with #CD9F89?
The complementary color is HSL(199, 40%, 67%). 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, 40%, 67%) in CSS?
As HSL: color: hsl(19, 40%, 67%); — As HEX: color: #CD9F89; — As RGB: color: rgb(205, 159, 137); — Tailwind CSS: bg-[hsl(19,40%,67%)] — CSS variable: --color-primary: hsl(19, 40%, 67%);