#cacfd5
a light, muted blue · cool · closest name: silver
RGB
202, 207, 213
HSL
213°, 12%, 81%
CMYK
5, 3, 0, 17
Luminance
0.6199
Every format
| HEX | #cacfd5 |
| RGB | rgb(202, 207, 213) |
| HSL | hsl(213, 12%, 81%) |
| CMYK | cmyk(5%, 3%, 0%, 17%) |
| LAB | lab(82.9 -0.6 -3.6) |
| LCH | lch(82.9 3.6 260.9) |
| OKLCH | oklch(0.852 0.010 252.8) |
Copy-ready code
/* CSS */
color: #cacfd5;
background-color: #cacfd5;
/* Tailwind (arbitrary) */
class="text-[#cacfd5] bg-[#cacfd5]"
/* SCSS */
$brand: #cacfd5;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.835)
/* Android */
Color.parseColor("#cacfd5")Accessibility — WCAG contrast
Aa
#cacfd5 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfd5 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue83.5%
CMYK percentages
Cyan5.2%
Magenta2.8%
Yellow0.0%
Key (black)16.5%
Color previews
#cacfd5 text on a black background
contrast 13.40:1
Card sample
#cacfd5 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfd5;
Background color
Panel with #cacfd5 background
background-color: #cacfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfd5; background: linear-gradient(135deg, #cacfd5, #CCCAD5);