#cacfdc
a light, soft blue · cool · closest name: silver
RGB
202, 207, 220
HSL
223°, 21%, 83%
CMYK
8, 6, 0, 14
Luminance
0.6235
Every format
| HEX | #cacfdc |
| RGB | rgb(202, 207, 220) |
| HSL | hsl(223, 21%, 83%) |
| CMYK | cmyk(8%, 6%, 0%, 14%) |
| LAB | lab(83.1 0.8 -7.0) |
| LCH | lch(83.1 7.0 276.3) |
| OKLCH | oklch(0.855 0.019 269.1) |
Copy-ready code
/* CSS */
color: #cacfdc;
background-color: #cacfdc;
/* Tailwind (arbitrary) */
class="text-[#cacfdc] bg-[#cacfdc]"
/* SCSS */
$brand: #cacfdc;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#cacfdc")Accessibility — WCAG contrast
Aa
#cacfdc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacfdc on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue86.3%
CMYK percentages
Cyan8.2%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#cacfdc text on a black background
contrast 13.47:1
Card sample
#cacfdc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacfdc;
Background color
Panel with #cacfdc background
background-color: #cacfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacfdc; background: linear-gradient(135deg, #cacfdc, #D1CADC);