HSL(30, 13%, 76%)
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(30,13%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 13%, 76%) | color: hsl(30, 13%, 76%) | |
| HEX | #CAC2BA | color: #CAC2BA | |
| RGB | rgb(202, 194, 186) | color: rgb(202, 194, 186) | |
| CMYK | cmyk(0%, 4%, 8%, 21%) | — | |
| HSV | hsv(30, 8%, 79%) | — | |
| HWB | hwb(30 73% 21%) | color: hwb(30 73% 21%) | |
| OKLCH | oklch(0.8183 0.0143 67.63) | color: oklch(0.8183 0.0143 67.63) | |
| Lab | lab(78.86 1.39 5.01) | color: lab(78.86 1.39 5.01) | |
| LCH | lch(78.86 5.2 74.49) | color: lch(78.86 5.2 74.49) |
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)
#C7C6BC — rgb(199, 198, 188)
Deuteranopia (Green-blind)
#C7C8BC — rgb(199, 200, 188)
Tritanopia (Blue-blind)
#CABDBE — rgb(202, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 13%, 76%);
text
color: hsl(30, 13%, 76%);
border
border: 2px solid hsl(30, 13%, 76%);
gradient light
background: linear-gradient(to right, hsl(30, 13%, 96%), hsl(30, 13%, 76%));
gradient dark
background: linear-gradient(to right, hsl(30, 13%, 76%), hsl(30, 13%, 56%))
hex
background-color: #CAC2BA;
tailwind
bg-[hsl(30,13%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 13%, 76%, 0.4);
css variable
--color-primary: hsl(30, 13%, 76%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 13%, 76%)?
HEX: #CAC2BA | RGB: rgb(202, 194, 186) | CMYK: 0%, 4%, 8%, 21% | HSV: 30°, 8%, 79%. Copy any format from the conversion table above.
What colors go well with #CAC2BA?
The complementary color is HSL(210, 13%, 76%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 13%, 76%) in CSS?
As HSL: color: hsl(30, 13%, 76%); — As HEX: color: #CAC2BA; — As RGB: color: rgb(202, 194, 186); — Tailwind CSS: bg-[hsl(30,13%,76%)] — CSS variable: --color-primary: hsl(30, 13%, 76%);