#cacbdc
a light, soft blue · warm · closest name: lavender
RGB
202, 203, 220
HSL
237°, 21%, 83%
CMYK
8, 8, 0, 14
Luminance
0.6044
Every format
| HEX | #cacbdc |
| RGB | rgb(202, 203, 220) |
| HSL | hsl(237, 21%, 83%) |
| CMYK | cmyk(8%, 8%, 0%, 14%) |
| LAB | lab(82.1 2.9 -8.5) |
| LCH | lch(82.1 9.0 288.7) |
| OKLCH | oklch(0.847 0.024 283.2) |
Copy-ready code
/* CSS */
color: #cacbdc;
background-color: #cacbdc;
/* Tailwind (arbitrary) */
class="text-[#cacbdc] bg-[#cacbdc]"
/* SCSS */
$brand: #cacbdc;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.863)
/* Android */
Color.parseColor("#cacbdc")Accessibility — WCAG contrast
Aa
#cacbdc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbdc on black: 13.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue86.3%
CMYK percentages
Cyan8.2%
Magenta7.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cacbdc text on a black background
contrast 13.09:1
Card sample
#cacbdc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbdc;
Background color
Panel with #cacbdc background
background-color: #cacbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbdc; background: linear-gradient(135deg, #cacbdc, #D5CADC);