HSL(22, 16%, 74%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(22,16%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 16%, 74%) | color: hsl(22, 16%, 74%) | |
| HEX | #C7BAB2 | color: #C7BAB2 | |
| RGB | rgb(199, 186, 178) | color: rgb(199, 186, 178) | |
| CMYK | cmyk(0%, 7%, 11%, 22%) | — | |
| HSV | hsv(23, 11%, 78%) | — | |
| HWB | hwb(23 69% 22%) | color: hwb(23 69% 22%) | |
| OKLCH | oklch(0.7974 0.0186 53.91) | color: oklch(0.7974 0.0186 53.91) | |
| Lab | lab(76.36 3.22 5.7) | color: lab(76.36 3.22 5.7) | |
| LCH | lch(76.36 6.55 60.54) | color: lch(76.36 6.55 60.54) |
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)
#C1C1B4 — rgb(193, 193, 180)
Deuteranopia (Green-blind)
#C2C3B4 — rgb(194, 195, 180)
Tritanopia (Blue-blind)
#C6B5B6 — rgb(198, 181, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 16%, 74%);
text
color: hsl(22, 16%, 74%);
border
border: 2px solid hsl(22, 16%, 74%);
gradient light
background: linear-gradient(to right, hsl(22, 16%, 94%), hsl(22, 16%, 74%));
gradient dark
background: linear-gradient(to right, hsl(22, 16%, 74%), hsl(22, 16%, 54%))
hex
background-color: #C7BAB2;
tailwind
bg-[hsl(22,16%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 16%, 74%, 0.4);
css variable
--color-primary: hsl(22, 16%, 74%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 16%, 74%)?
HEX: #C7BAB2 | RGB: rgb(199, 186, 178) | CMYK: 0%, 7%, 11%, 22% | HSV: 23°, 11%, 78%. Copy any format from the conversion table above.
What colors go well with #C7BAB2?
The complementary color is HSL(202, 16%, 74%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 16%, 74%) in CSS?
As HSL: color: hsl(22, 16%, 74%); — As HEX: color: #C7BAB2; — As RGB: color: rgb(199, 186, 178); — Tailwind CSS: bg-[hsl(22,16%,74%)] — CSS variable: --color-primary: hsl(22, 16%, 74%);