#cacbdf
a light, soft blue · warm · closest name: lavender
RGB
202, 203, 223
HSL
237°, 25%, 83%
CMYK
9, 9, 0, 13
Luminance
0.6060
Every format
| HEX | #cacbdf |
| RGB | rgb(202, 203, 223) |
| HSL | hsl(237, 25%, 83%) |
| CMYK | cmyk(9%, 9%, 0%, 13%) |
| LAB | lab(82.2 3.5 -10.0) |
| LCH | lch(82.2 10.6 289.2) |
| OKLCH | oklch(0.848 0.028 283.5) |
Copy-ready code
/* CSS */
color: #cacbdf;
background-color: #cacbdf;
/* Tailwind (arbitrary) */
class="text-[#cacbdf] bg-[#cacbdf]"
/* SCSS */
$brand: #cacbdf;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#cacbdf")Accessibility — WCAG contrast
Aa
#cacbdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbdf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cacbdf text on a black background
contrast 13.12:1
Card sample
#cacbdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbdf;
Background color
Panel with #cacbdf background
background-color: #cacbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbdf; background: linear-gradient(135deg, #cacbdf, #D7CADF);