HSL(22, 10%, 77%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(22,10%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 10%, 77%) | color: hsl(22, 10%, 77%) | |
| HEX | #CAC3BE | color: #CAC3BE | |
| RGB | rgb(202, 195, 190) | color: rgb(202, 195, 190) | |
| CMYK | cmyk(0%, 3%, 6%, 21%) | — | |
| HSV | hsv(25, 6%, 79%) | — | |
| HWB | hwb(25 74% 21%) | color: hwb(25 74% 21%) | |
| OKLCH | oklch(0.8214 0.0105 58.18) | color: oklch(0.8214 0.0105 58.18) | |
| Lab | lab(79.22 1.55 3.38) | color: lab(79.22 1.55 3.38) | |
| LCH | lch(79.22 3.72 65.36) | color: lch(79.22 3.72 65.36) |
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)
#C7C7BF — rgb(199, 199, 191)
Deuteranopia (Green-blind)
#C7C8C0 — rgb(199, 200, 192)
Tritanopia (Blue-blind)
#CAC0C0 — rgb(202, 192, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 10%, 77%);
text
color: hsl(22, 10%, 77%);
border
border: 2px solid hsl(22, 10%, 77%);
gradient light
background: linear-gradient(to right, hsl(22, 10%, 97%), hsl(22, 10%, 77%));
gradient dark
background: linear-gradient(to right, hsl(22, 10%, 77%), hsl(22, 10%, 57%))
hex
background-color: #CAC3BE;
tailwind
bg-[hsl(22,10%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 10%, 77%, 0.4);
css variable
--color-primary: hsl(22, 10%, 77%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 10%, 77%)?
HEX: #CAC3BE | RGB: rgb(202, 195, 190) | CMYK: 0%, 3%, 6%, 21% | HSV: 25°, 6%, 79%. Copy any format from the conversion table above.
What colors go well with #CAC3BE?
The complementary color is HSL(202, 10%, 77%). 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, 10%, 77%) in CSS?
As HSL: color: hsl(22, 10%, 77%); — As HEX: color: #CAC3BE; — As RGB: color: rgb(202, 195, 190); — Tailwind CSS: bg-[hsl(22,10%,77%)] — CSS variable: --color-primary: hsl(22, 10%, 77%);