HSL(27, 28%, 75%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(27,28%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(27, 28%, 75%) | color: hsl(27, 28%, 75%) | |
| HEX | #D1BDAD | color: #D1BDAD | |
| RGB | rgb(209, 189, 173) | color: rgb(209, 189, 173) | |
| CMYK | cmyk(0%, 10%, 17%, 18%) | — | |
| HSV | hsv(27, 17%, 82%) | — | |
| HWB | hwb(27 68% 18%) | color: hwb(27 68% 18%) | |
| OKLCH | oklch(0.8108 0.0317 61.02) | color: oklch(0.8108 0.0317 61.02) | |
| Lab | lab(77.86 4.48 10.66) | color: lab(77.86 4.48 10.66) | |
| LCH | lch(77.86 11.56 67.2) | color: lch(77.86 11.56 67.2) |
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)
#C8C8B1 — rgb(200, 200, 177)
Deuteranopia (Green-blind)
#CACBB2 — rgb(202, 203, 178)
Tritanopia (Blue-blind)
#D0B4B5 — rgb(208, 180, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(27, 28%, 75%);
text
color: hsl(27, 28%, 75%);
border
border: 2px solid hsl(27, 28%, 75%);
gradient light
background: linear-gradient(to right, hsl(27, 28%, 95%), hsl(27, 28%, 75%));
gradient dark
background: linear-gradient(to right, hsl(27, 28%, 75%), hsl(27, 28%, 55%))
hex
background-color: #D1BDAD;
tailwind
bg-[hsl(27,28%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(27, 28%, 75%, 0.4);
css variable
--color-primary: hsl(27, 28%, 75%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(27, 28%, 75%)?
HEX: #D1BDAD | RGB: rgb(209, 189, 173) | CMYK: 0%, 10%, 17%, 18% | HSV: 27°, 17%, 82%. Copy any format from the conversion table above.
What colors go well with #D1BDAD?
The complementary color is HSL(207, 28%, 75%). 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, 28%, 75%) in CSS?
As HSL: color: hsl(27, 28%, 75%); — As HEX: color: #D1BDAD; — As RGB: color: rgb(209, 189, 173); — Tailwind CSS: bg-[hsl(27,28%,75%)] — CSS variable: --color-primary: hsl(27, 28%, 75%);