#cbacda
a light, soft violet · warm · closest name: plum
RGB
203, 172, 218
HSL
280°, 38%, 77%
CMYK
7, 21, 0, 15
Luminance
0.4726
Every format
| HEX | #cbacda |
| RGB | rgb(203, 172, 218) |
| HSL | hsl(280, 38%, 77%) |
| CMYK | cmyk(7%, 21%, 0%, 15%) |
| LAB | lab(74.4 19.6 -19.0) |
| LCH | lch(74.4 27.3 315.8) |
| OKLCH | oklch(0.786 0.072 314.7) |
Copy-ready code
/* CSS */
color: #cbacda;
background-color: #cbacda;
/* Tailwind (arbitrary) */
class="text-[#cbacda] bg-[#cbacda]"
/* SCSS */
$brand: #cbacda;
/* SwiftUI */
Color(red: 0.796, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#cbacda")Accessibility — WCAG contrast
Aa
#cbacda on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbacda on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green67.5%
Blue85.5%
CMYK percentages
Cyan6.9%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cbacda text on a black background
contrast 10.45:1
Card sample
#cbacda text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbacda;
Background color
Panel with #cbacda background
background-color: #cbacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbacda; background: linear-gradient(135deg, #cbacda, #DAACCA);