HSL(23, 15%, 73%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(23,15%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 15%, 73%) | color: hsl(23, 15%, 73%) | |
| HEX | #C4B8B0 | color: #C4B8B0 | |
| RGB | rgb(196, 184, 176) | color: rgb(196, 184, 176) | |
| CMYK | cmyk(0%, 6%, 10%, 23%) | — | |
| HSV | hsv(24, 10%, 77%) | — | |
| HWB | hwb(24 69% 23%) | color: hwb(24 69% 23%) | |
| OKLCH | oklch(0.7903 0.0177 56.12) | color: oklch(0.7903 0.0177 56.12) | |
| Lab | lab(75.55 2.86 5.58) | color: lab(75.55 2.86 5.58) | |
| LCH | lch(75.55 6.27 62.86) | color: lch(75.55 6.27 62.86) |
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)
#BFBFB2 — rgb(191, 191, 178)
Deuteranopia (Green-blind)
#C0C0B2 — rgb(192, 192, 178)
Tritanopia (Blue-blind)
#C3B3B4 — rgb(195, 179, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 15%, 73%);
text
color: hsl(23, 15%, 73%);
border
border: 2px solid hsl(23, 15%, 73%);
gradient light
background: linear-gradient(to right, hsl(23, 15%, 93%), hsl(23, 15%, 73%));
gradient dark
background: linear-gradient(to right, hsl(23, 15%, 73%), hsl(23, 15%, 53%))
hex
background-color: #C4B8B0;
tailwind
bg-[hsl(23,15%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 15%, 73%, 0.4);
css variable
--color-primary: hsl(23, 15%, 73%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 15%, 73%)?
HEX: #C4B8B0 | RGB: rgb(196, 184, 176) | CMYK: 0%, 6%, 10%, 23% | HSV: 24°, 10%, 77%. Copy any format from the conversion table above.
What colors go well with #C4B8B0?
The complementary color is HSL(203, 15%, 73%). 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, 15%, 73%) in CSS?
As HSL: color: hsl(23, 15%, 73%); — As HEX: color: #C4B8B0; — As RGB: color: rgb(196, 184, 176); — Tailwind CSS: bg-[hsl(23,15%,73%)] — CSS variable: --color-primary: hsl(23, 15%, 73%);