#cabddf
a light, soft violet · warm · closest name: lavender
RGB
202, 189, 223
HSL
263°, 35%, 81%
CMYK
9, 15, 0, 13
Luminance
0.5428
Every format
| HEX | #cabddf |
| RGB | rgb(202, 189, 223) |
| HSL | hsl(263, 35%, 81%) |
| CMYK | cmyk(9%, 15%, 0%, 13%) |
| LAB | lab(78.6 11.0 -15.3) |
| LCH | lch(78.6 18.8 305.7) |
| OKLCH | oklch(0.820 0.049 302.7) |
Copy-ready code
/* CSS */
color: #cabddf;
background-color: #cabddf;
/* Tailwind (arbitrary) */
class="text-[#cabddf] bg-[#cabddf]"
/* SCSS */
$brand: #cabddf;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#cabddf")Accessibility — WCAG contrast
Aa
#cabddf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabddf on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta15.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cabddf text on a black background
contrast 11.86:1
Card sample
#cabddf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabddf;
Background color
Panel with #cabddf background
background-color: #cabddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabddf; background: linear-gradient(135deg, #cabddf, #DFBDDD);