#cacfcb
a light, muted gray · cool · closest name: silver
RGB
202, 207, 203
HSL
132°, 5%, 80%
CMYK
2, 0, 2, 19
Luminance
0.6149
Every format
| HEX | #cacfcb |
| RGB | rgb(202, 207, 203) |
| HSL | hsl(132, 5%, 80%) |
| CMYK | cmyk(2%, 0%, 2%, 19%) |
| LAB | lab(82.6 -2.4 1.4) |
| LCH | lch(82.6 2.8 150.3) |
| OKLCH | oklch(0.850 0.008 151.9) |
Copy-ready code
/* CSS */
color: #cacfcb;
background-color: #cacfcb;
/* Tailwind (arbitrary) */
class="text-[#cacfcb] bg-[#cacfcb]"
/* SCSS */
$brand: #cacfcb;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#cacfcb")Accessibility — WCAG contrast
Aa
#cacfcb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfcb on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue79.6%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow1.9%
Key (black)18.8%
Color previews
#cacfcb text on a black background
contrast 13.30:1
Card sample
#cacfcb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfcb;
Background color
Panel with #cacfcb background
background-color: #cacfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfcb; background: linear-gradient(135deg, #cacfcb, #CACFCE);