#ceacda
a light, soft violet · warm · closest name: plum
RGB
206, 172, 218
HSL
284°, 38%, 77%
CMYK
6, 21, 0, 15
Luminance
0.4769
Every format
| HEX | #ceacda |
| RGB | rgb(206, 172, 218) |
| HSL | hsl(284, 38%, 77%) |
| CMYK | cmyk(6%, 21%, 0%, 15%) |
| LAB | lab(74.6 20.5 -18.6) |
| LCH | lch(74.6 27.7 317.9) |
| OKLCH | oklch(0.789 0.074 317.2) |
Copy-ready code
/* CSS */
color: #ceacda;
background-color: #ceacda;
/* Tailwind (arbitrary) */
class="text-[#ceacda] bg-[#ceacda]"
/* SCSS */
$brand: #ceacda;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#ceacda")Accessibility — WCAG contrast
Aa
#ceacda on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacda on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#ceacda text on a black background
contrast 10.54:1
Card sample
#ceacda text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacda;
Background color
Panel with #ceacda background
background-color: #ceacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacda; background: linear-gradient(135deg, #ceacda, #DAACC7);