HSL(27, 50%, 64%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,50%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 50%, 64%) | color: hsl(27, 50%, 64%) | |
| HEX | #D19F75 | color: #D19F75 | |
| RGB | rgb(209, 159, 117) | color: rgb(209, 159, 117) | |
| CMYK | cmyk(0%, 24%, 44%, 18%) | — | |
| HSV | hsv(27, 44%, 82%) | — | |
| HWB | hwb(27 46% 18%) | color: hwb(27 46% 18%) | |
| OKLCH | oklch(0.7395 0.0821 61.07) | color: oklch(0.7395 0.0821 61.07) | |
| Lab | lab(69.21 13.26 29.08) | color: lab(69.21 13.26 29.08) | |
| LCH | lch(69.21 31.96 65.49) | color: lch(69.21 31.96 65.49) |
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)
#BBBB7F — rgb(187, 187, 127)
Deuteranopia (Green-blind)
#BEC282 — rgb(190, 194, 130)
Tritanopia (Blue-blind)
#CF8789 — rgb(207, 135, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 50%, 64%);
text
color: hsl(27, 50%, 64%);
border
border: 2px solid hsl(27, 50%, 64%);
gradient light
background: linear-gradient(to right, hsl(27, 50%, 84%), hsl(27, 50%, 64%));
gradient dark
background: linear-gradient(to right, hsl(27, 50%, 64%), hsl(27, 50%, 44%))
hex
background-color: #D19F75;
tailwind
bg-[hsl(27,50%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 50%, 64%, 0.4);
css variable
--color-primary: hsl(27, 50%, 64%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 50%, 64%)?
HEX: #D19F75 | RGB: rgb(209, 159, 117) | CMYK: 0%, 24%, 44%, 18% | HSV: 27°, 44%, 82%. Copy any format from the conversion table above.
What colors go well with #D19F75?
The complementary color is HSL(207, 50%, 64%). For a triadic harmony, use hues 27°, 147°, and 267°. For analogous combinations, try hues 357° and 57°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(27, 50%, 64%) in CSS?
As HSL: color: hsl(27, 50%, 64%); — As HEX: color: #D19F75; — As RGB: color: rgb(209, 159, 117); — Tailwind CSS: bg-[hsl(27,50%,64%)] — CSS variable: --color-primary: hsl(27, 50%, 64%);