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