#cacfd8
a light, soft blue · cool · closest name: silver
RGB
202, 207, 216
HSL
219°, 15%, 82%
CMYK
7, 4, 0, 15
Luminance
0.6214
Every format
| HEX | #cacfd8 |
| RGB | rgb(202, 207, 216) |
| HSL | hsl(219, 15%, 82%) |
| CMYK | cmyk(7%, 4%, 0%, 15%) |
| LAB | lab(83.0 0.0 -5.0) |
| LCH | lch(83.0 5.0 270.0) |
| OKLCH | oklch(0.853 0.014 262.4) |
Copy-ready code
/* CSS */
color: #cacfd8;
background-color: #cacfd8;
/* Tailwind (arbitrary) */
class="text-[#cacfd8] bg-[#cacfd8]"
/* SCSS */
$brand: #cacfd8;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#cacfd8")Accessibility — WCAG contrast
Aa
#cacfd8 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfd8 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue84.7%
CMYK percentages
Cyan6.5%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#cacfd8 text on a black background
contrast 13.43:1
Card sample
#cacfd8 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfd8;
Background color
Panel with #cacfd8 background
background-color: #cacfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfd8; background: linear-gradient(135deg, #cacfd8, #CECAD8);