#cacfd0
a light, muted gray · cool · closest name: silver
RGB
202, 207, 208
HSL
190°, 6%, 80%
CMYK
3, 1, 0, 18
Luminance
0.6174
Every format
| HEX | #cacfd0 |
| RGB | rgb(202, 207, 208) |
| HSL | hsl(190, 6%, 80%) |
| CMYK | cmyk(3%, 1%, 0%, 18%) |
| LAB | lab(82.8 -1.5 -1.1) |
| LCH | lch(82.8 1.9 215.6) |
| OKLCH | oklch(0.851 0.006 211.0) |
Copy-ready code
/* CSS */
color: #cacfd0;
background-color: #cacfd0;
/* Tailwind (arbitrary) */
class="text-[#cacfd0] bg-[#cacfd0]"
/* SCSS */
$brand: #cacfd0;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.816)
/* Android */
Color.parseColor("#cacfd0")Accessibility — WCAG contrast
Aa
#cacfd0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfd0 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue81.6%
CMYK percentages
Cyan2.9%
Magenta0.5%
Yellow0.0%
Key (black)18.4%
Color previews
#cacfd0 text on a black background
contrast 13.35:1
Card sample
#cacfd0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfd0;
Background color
Panel with #cacfd0 background
background-color: #cacfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfd0; background: linear-gradient(135deg, #cacfd0, #CACBD0);