HSL(27, 37%, 77%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,37%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 37%, 77%) | color: hsl(27, 37%, 77%) | |
| HEX | #DAC2AF | color: #DAC2AF | |
| RGB | rgb(218, 194, 175) | color: rgb(218, 194, 175) | |
| CMYK | cmyk(0%, 11%, 20%, 15%) | — | |
| HSV | hsv(27, 20%, 85%) | — | |
| HWB | hwb(27 68% 15%) | color: hwb(27 68% 15%) | |
| OKLCH | oklch(0.8292 0.0377 60.63) | color: oklch(0.8292 0.0377 60.63) | |
| Lab | lab(79.95 5.46 12.66) | color: lab(79.95 5.46 12.66) | |
| LCH | lch(79.95 13.79 66.67) | color: lch(79.95 13.79 66.67) |
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)
#D0CFB4 — rgb(208, 207, 180)
Deuteranopia (Green-blind)
#D1D3B5 — rgb(209, 211, 181)
Tritanopia (Blue-blind)
#D9B7B8 — rgb(217, 183, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 37%, 77%);
text
color: hsl(27, 37%, 77%);
border
border: 2px solid hsl(27, 37%, 77%);
gradient light
background: linear-gradient(to right, hsl(27, 37%, 97%), hsl(27, 37%, 77%));
gradient dark
background: linear-gradient(to right, hsl(27, 37%, 77%), hsl(27, 37%, 57%))
hex
background-color: #DAC2AF;
tailwind
bg-[hsl(27,37%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 37%, 77%, 0.4);
css variable
--color-primary: hsl(27, 37%, 77%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 37%, 77%)?
HEX: #DAC2AF | RGB: rgb(218, 194, 175) | CMYK: 0%, 11%, 20%, 15% | HSV: 27°, 20%, 85%. Copy any format from the conversion table above.
What colors go well with #DAC2AF?
The complementary color is HSL(207, 37%, 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, 37%, 77%) in CSS?
As HSL: color: hsl(27, 37%, 77%); — As HEX: color: #DAC2AF; — As RGB: color: rgb(218, 194, 175); — Tailwind CSS: bg-[hsl(27,37%,77%)] — CSS variable: --color-primary: hsl(27, 37%, 77%);