#cabdf0
a light, vivid violet · warm · closest name: plum
RGB
202, 189, 240
HSL
255°, 63%, 84%
CMYK
16, 21, 0, 6
Luminance
0.5524
Every format
| HEX | #cabdf0 |
| RGB | rgb(202, 189, 240) |
| HSL | hsl(255, 63%, 84%) |
| CMYK | cmyk(16%, 21%, 0%, 6%) |
| LAB | lab(79.2 14.5 -23.6) |
| LCH | lch(79.2 27.7 301.6) |
| OKLCH | oklch(0.826 0.072 296.5) |
Copy-ready code
/* CSS */
color: #cabdf0;
background-color: #cabdf0;
/* Tailwind (arbitrary) */
class="text-[#cabdf0] bg-[#cabdf0]"
/* SCSS */
$brand: #cabdf0;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#cabdf0")Accessibility — WCAG contrast
Aa
#cabdf0 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabdf0 on black: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue94.1%
CMYK percentages
Cyan15.8%
Magenta21.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cabdf0 text on a black background
contrast 12.05:1
Card sample
#cabdf0 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabdf0;
Background color
Panel with #cabdf0 background
background-color: #cabdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabdf0; background: linear-gradient(135deg, #cabdf0, #ECBDF0);