HSL(27, 36%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,36%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 36%, 77%) | color: hsl(27, 36%, 77%) | |
| HEX | #D9C2AF | color: #D9C2AF | |
| RGB | rgb(217, 194, 175) | color: rgb(217, 194, 175) | |
| CMYK | cmyk(0%, 11%, 19%, 15%) | — | |
| HSV | hsv(27, 19%, 85%) | — | |
| HWB | hwb(27 69% 15%) | color: hwb(27 69% 15%) | |
| OKLCH | oklch(0.8283 0.0369 61.85) | color: oklch(0.8283 0.0369 61.85) | |
| Lab | lab(79.86 5.09 12.52) | color: lab(79.86 5.09 12.52) | |
| LCH | lch(79.86 13.52 67.88) | color: lch(79.86 13.52 67.88) |
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)
#CFCFB4 — rgb(207, 207, 180)
Deuteranopia (Green-blind)
#D0D2B5 — rgb(208, 210, 181)
Tritanopia (Blue-blind)
#D8B7B8 — rgb(216, 183, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 36%, 77%);
text
color: hsl(27, 36%, 77%);
border
border: 2px solid hsl(27, 36%, 77%);
gradient light
background: linear-gradient(to right, hsl(27, 36%, 97%), hsl(27, 36%, 77%));
gradient dark
background: linear-gradient(to right, hsl(27, 36%, 77%), hsl(27, 36%, 57%))
hex
background-color: #D9C2AF;
tailwind
bg-[hsl(27,36%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 36%, 77%, 0.4);
css variable
--color-primary: hsl(27, 36%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 36%, 77%)?
HEX: #D9C2AF | RGB: rgb(217, 194, 175) | CMYK: 0%, 11%, 19%, 15% | HSV: 27°, 19%, 85%. Copy any format from the conversion table above.
What colors go well with #D9C2AF?
The complementary color is HSL(207, 36%, 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, 36%, 77%) in CSS?
As HSL: color: hsl(27, 36%, 77%); — As HEX: color: #D9C2AF; — As RGB: color: rgb(217, 194, 175); — Tailwind CSS: bg-[hsl(27,36%,77%)] — CSS variable: --color-primary: hsl(27, 36%, 77%);