HSL(27, 31%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,31%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 31%, 77%) | color: hsl(27, 31%, 77%) | |
| HEX | #D7C3B2 | color: #D7C3B2 | |
| RGB | rgb(215, 195, 178) | color: rgb(215, 195, 178) | |
| CMYK | cmyk(0%, 9%, 17%, 16%) | — | |
| HSV | hsv(28, 17%, 84%) | — | |
| HWB | hwb(28 70% 16%) | color: hwb(28 70% 16%) | |
| OKLCH | oklch(0.8293 0.0325 62.74) | color: oklch(0.8293 0.0325 62.74) | |
| Lab | lab(80.01 4.28 11.1) | color: lab(80.01 4.28 11.1) | |
| LCH | lch(80.01 11.9 68.91) | color: lch(80.01 11.9 68.91) |
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)
#CECEB6 — rgb(206, 206, 182)
Deuteranopia (Green-blind)
#D0D1B7 — rgb(208, 209, 183)
Tritanopia (Blue-blind)
#D6B9BA — rgb(214, 185, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 31%, 77%);
text
color: hsl(27, 31%, 77%);
border
border: 2px solid hsl(27, 31%, 77%);
gradient light
background: linear-gradient(to right, hsl(27, 31%, 97%), hsl(27, 31%, 77%));
gradient dark
background: linear-gradient(to right, hsl(27, 31%, 77%), hsl(27, 31%, 57%))
hex
background-color: #D7C3B2;
tailwind
bg-[hsl(27,31%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 31%, 77%, 0.4);
css variable
--color-primary: hsl(27, 31%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 31%, 77%)?
HEX: #D7C3B2 | RGB: rgb(215, 195, 178) | CMYK: 0%, 9%, 17%, 16% | HSV: 28°, 17%, 84%. Copy any format from the conversion table above.
What colors go well with #D7C3B2?
The complementary color is HSL(207, 31%, 77%). 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, 31%, 77%) in CSS?
As HSL: color: hsl(27, 31%, 77%); — As HEX: color: #D7C3B2; — As RGB: color: rgb(215, 195, 178); — Tailwind CSS: bg-[hsl(27,31%,77%)] — CSS variable: --color-primary: hsl(27, 31%, 77%);