#cacddc
a light, soft blue · warm · closest name: silver
RGB
202, 205, 220
HSL
230°, 21%, 83%
CMYK
8, 7, 0, 14
Luminance
0.6139
Every format
| HEX | #cacddc |
| RGB | rgb(202, 205, 220) |
| HSL | hsl(230, 21%, 83%) |
| CMYK | cmyk(8%, 7%, 0%, 14%) |
| LAB | lab(82.6 1.8 -7.8) |
| LCH | lch(82.6 8.0 283.3) |
| OKLCH | oklch(0.851 0.021 276.9) |
Copy-ready code
/* CSS */
color: #cacddc;
background-color: #cacddc;
/* Tailwind (arbitrary) */
class="text-[#cacddc] bg-[#cacddc]"
/* SCSS */
$brand: #cacddc;
/* SwiftUI */
Color(red: 0.792, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#cacddc")Accessibility — WCAG contrast
Aa
#cacddc on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacddc on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.4%
Blue86.3%
CMYK percentages
Cyan8.2%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#cacddc text on a black background
contrast 13.28:1
Card sample
#cacddc text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacddc;
Background color
Panel with #cacddc background
background-color: #cacddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacddc; background: linear-gradient(135deg, #cacddc, #D3CADC);