#cbafda
a light, soft violet · warm · closest name: plum
RGB
203, 175, 218
HSL
279°, 37%, 77%
CMYK
7, 20, 0, 15
Luminance
0.4842
Every format
| HEX | #cbafda |
| RGB | rgb(203, 175, 218) |
| HSL | hsl(279, 37%, 77%) |
| CMYK | cmyk(7%, 20%, 0%, 15%) |
| LAB | lab(75.1 17.9 -17.9) |
| LCH | lch(75.1 25.3 315.0) |
| OKLCH | oklch(0.792 0.067 313.8) |
Copy-ready code
/* CSS */
color: #cbafda;
background-color: #cbafda;
/* Tailwind (arbitrary) */
class="text-[#cbafda] bg-[#cbafda]"
/* SCSS */
$brand: #cbafda;
/* SwiftUI */
Color(red: 0.796, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#cbafda")Accessibility — WCAG contrast
Aa
#cbafda on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbafda on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green68.6%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#cbafda text on a black background
contrast 10.68:1
Card sample
#cbafda text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbafda;
Background color
Panel with #cbafda background
background-color: #cbafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbafda; background: linear-gradient(135deg, #cbafda, #DAAFCC);