HSL(27, 57%, 71%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,57%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 57%, 71%) | color: hsl(27, 57%, 71%) | |
| HEX | #DFB18B | color: #DFB18B | |
| RGB | rgb(223, 177, 139) | color: rgb(223, 177, 139) | |
| CMYK | cmyk(0%, 21%, 38%, 13%) | — | |
| HSV | hsv(27, 38%, 87%) | — | |
| HWB | hwb(27 54% 13%) | color: hwb(27 54% 13%) | |
| OKLCH | oklch(0.7927 0.0741 61) | color: oklch(0.7927 0.0741 61) | |
| Lab | lab(75.45 11.63 25.82) | color: lab(75.45 11.63 25.82) | |
| LCH | lch(75.45 28.32 65.75) | color: lch(75.45 28.32 65.75) |
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)
#CBCB94 — rgb(203, 203, 148)
Deuteranopia (Green-blind)
#CED196 — rgb(206, 209, 150)
Tritanopia (Blue-blind)
#DD9B9D — rgb(221, 155, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 57%, 71%);
text
color: hsl(27, 57%, 71%);
border
border: 2px solid hsl(27, 57%, 71%);
gradient light
background: linear-gradient(to right, hsl(27, 57%, 91%), hsl(27, 57%, 71%));
gradient dark
background: linear-gradient(to right, hsl(27, 57%, 71%), hsl(27, 57%, 51%))
hex
background-color: #DFB18B;
tailwind
bg-[hsl(27,57%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 57%, 71%, 0.4);
css variable
--color-primary: hsl(27, 57%, 71%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 57%, 71%)?
HEX: #DFB18B | RGB: rgb(223, 177, 139) | CMYK: 0%, 21%, 38%, 13% | HSV: 27°, 38%, 87%. Copy any format from the conversion table above.
What colors go well with #DFB18B?
The complementary color is HSL(207, 57%, 71%). 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, 57%, 71%) in CSS?
As HSL: color: hsl(27, 57%, 71%); — As HEX: color: #DFB18B; — As RGB: color: rgb(223, 177, 139); — Tailwind CSS: bg-[hsl(27,57%,71%)] — CSS variable: --color-primary: hsl(27, 57%, 71%);