#cacebf
a light, muted green · cool · closest name: silver
RGB
202, 206, 191
HSL
76°, 13%, 78%
CMYK
2, 0, 7, 19
Luminance
0.6046
Every format
| HEX | #cacebf |
| RGB | rgb(202, 206, 191) |
| HSL | hsl(76, 13%, 78%) |
| CMYK | cmyk(2%, 0%, 7%, 19%) |
| LAB | lab(82.1 -4.0 7.0) |
| LCH | lch(82.1 8.1 120.1) |
| OKLCH | oklch(0.844 0.021 119.0) |
Copy-ready code
/* CSS */
color: #cacebf;
background-color: #cacebf;
/* Tailwind (arbitrary) */
class="text-[#cacebf] bg-[#cacebf]"
/* SCSS */
$brand: #cacebf;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.749)
/* Android */
Color.parseColor("#cacebf")Accessibility — WCAG contrast
Aa
#cacebf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacebf on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue74.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow7.3%
Key (black)19.2%
Color previews
#cacebf text on a black background
contrast 13.09:1
Card sample
#cacebf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacebf;
Background color
Panel with #cacebf background
background-color: #cacebf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacebf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacebf; background: linear-gradient(135deg, #cacebf, #C0CEBF);