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