HSL(23, 28%, 78%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,28%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 28%, 78%) | color: hsl(23, 28%, 78%) | |
| HEX | #D7C3B7 | color: #D7C3B7 | |
| RGB | rgb(215, 195, 183) | color: rgb(215, 195, 183) | |
| CMYK | cmyk(0%, 9%, 15%, 16%) | — | |
| HSV | hsv(23, 15%, 84%) | — | |
| HWB | hwb(23 71% 16%) | color: hwb(23 71% 16%) | |
| OKLCH | oklch(0.8306 0.0281 53.09) | color: oklch(0.8306 0.0281 53.09) | |
| Lab | lab(80.12 5.06 8.58) | color: lab(80.12 5.06 8.58) | |
| LCH | lch(80.12 9.96 59.47) | color: lch(80.12 9.96 59.47) |
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)
#CECEBA — rgb(206, 206, 186)
Deuteranopia (Green-blind)
#D0D1BB — rgb(208, 209, 187)
Tritanopia (Blue-blind)
#D6BCBD — rgb(214, 188, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 28%, 78%);
text
color: hsl(23, 28%, 78%);
border
border: 2px solid hsl(23, 28%, 78%);
gradient light
background: linear-gradient(to right, hsl(23, 28%, 98%), hsl(23, 28%, 78%));
gradient dark
background: linear-gradient(to right, hsl(23, 28%, 78%), hsl(23, 28%, 58%))
hex
background-color: #D7C3B7;
tailwind
bg-[hsl(23,28%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 28%, 78%, 0.4);
css variable
--color-primary: hsl(23, 28%, 78%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 28%, 78%)?
HEX: #D7C3B7 | RGB: rgb(215, 195, 183) | CMYK: 0%, 9%, 15%, 16% | HSV: 23°, 15%, 84%. Copy any format from the conversion table above.
What colors go well with #D7C3B7?
The complementary color is HSL(203, 28%, 78%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 28%, 78%) in CSS?
As HSL: color: hsl(23, 28%, 78%); — As HEX: color: #D7C3B7; — As RGB: color: rgb(215, 195, 183); — Tailwind CSS: bg-[hsl(23,28%,78%)] — CSS variable: --color-primary: hsl(23, 28%, 78%);