#cacbda
a light, soft blue · warm · closest name: silver
RGB
202, 203, 218
HSL
236°, 18%, 82%
CMYK
7, 7, 0, 15
Luminance
0.6033
Every format
| HEX | #cacbda |
| RGB | rgb(202, 203, 218) |
| HSL | hsl(236, 18%, 82%) |
| CMYK | cmyk(7%, 7%, 0%, 15%) |
| LAB | lab(82.0 2.5 -7.5) |
| LCH | lch(82.0 7.9 288.3) |
| OKLCH | oklch(0.846 0.021 282.9) |
Copy-ready code
/* CSS */
color: #cacbda;
background-color: #cacbda;
/* Tailwind (arbitrary) */
class="text-[#cacbda] bg-[#cacbda]"
/* SCSS */
$brand: #cacbda;
/* SwiftUI */
Color(red: 0.792, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#cacbda")Accessibility — WCAG contrast
Aa
#cacbda on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacbda on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green79.6%
Blue85.5%
CMYK percentages
Cyan7.3%
Magenta6.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cacbda text on a black background
contrast 13.07:1
Card sample
#cacbda text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacbda;
Background color
Panel with #cacbda background
background-color: #cacbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacbda; background: linear-gradient(135deg, #cacbda, #D4CADA);