HSL(28, 28%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,28%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 28%, 78%) | color: hsl(28, 28%, 78%) | |
| HEX | #D7C6B7 | color: #D7C6B7 | |
| RGB | rgb(215, 198, 183) | color: rgb(215, 198, 183) | |
| CMYK | cmyk(0%, 8%, 15%, 16%) | — | |
| HSV | hsv(28, 15%, 84%) | — | |
| HWB | hwb(28 71% 16%) | color: hwb(28 71% 16%) | |
| OKLCH | oklch(0.8365 0.0281 63.89) | color: oklch(0.8365 0.0281 63.89) | |
| Lab | lab(80.88 3.48 9.66) | color: lab(80.88 3.48 9.66) | |
| LCH | lch(80.88 10.27 70.19) | color: lch(80.88 10.27 70.19) |
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)
#D0CFBB — rgb(208, 207, 187)
Deuteranopia (Green-blind)
#D1D2BC — rgb(209, 210, 188)
Tritanopia (Blue-blind)
#D6BDBE — rgb(214, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 28%, 78%);
text
color: hsl(28, 28%, 78%);
border
border: 2px solid hsl(28, 28%, 78%);
gradient light
background: linear-gradient(to right, hsl(28, 28%, 98%), hsl(28, 28%, 78%));
gradient dark
background: linear-gradient(to right, hsl(28, 28%, 78%), hsl(28, 28%, 58%))
hex
background-color: #D7C6B7;
tailwind
bg-[hsl(28,28%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 28%, 78%, 0.4);
css variable
--color-primary: hsl(28, 28%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 28%, 78%)?
HEX: #D7C6B7 | RGB: rgb(215, 198, 183) | CMYK: 0%, 8%, 15%, 16% | HSV: 28°, 15%, 84%. Copy any format from the conversion table above.
What colors go well with #D7C6B7?
The complementary color is HSL(208, 28%, 78%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 28%, 78%) in CSS?
As HSL: color: hsl(28, 28%, 78%); — As HEX: color: #D7C6B7; — As RGB: color: rgb(215, 198, 183); — Tailwind CSS: bg-[hsl(28,28%,78%)] — CSS variable: --color-primary: hsl(28, 28%, 78%);