#ceacdd
a light, soft violet · warm · closest name: plum
RGB
206, 172, 221
HSL
282°, 42%, 77%
CMYK
7, 22, 0, 13
Luminance
0.4785
Every format
| HEX | #ceacdd |
| RGB | rgb(206, 172, 221) |
| HSL | hsl(282, 42%, 77%) |
| CMYK | cmyk(7%, 22%, 0%, 13%) |
| LAB | lab(74.7 21.1 -20.1) |
| LCH | lch(74.7 29.1 316.5) |
| OKLCH | oklch(0.790 0.077 315.4) |
Copy-ready code
/* CSS */
color: #ceacdd;
background-color: #ceacdd;
/* Tailwind (arbitrary) */
class="text-[#ceacdd] bg-[#ceacdd]"
/* SCSS */
$brand: #ceacdd;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.867)
/* Android */
Color.parseColor("#ceacdd")Accessibility — WCAG contrast
Aa
#ceacdd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacdd on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue86.7%
CMYK percentages
Cyan6.8%
Magenta22.2%
Yellow0.0%
Key (black)13.3%
Color previews
#ceacdd text on a black background
contrast 10.57:1
Card sample
#ceacdd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacdd;
Background color
Panel with #ceacdd background
background-color: #ceacdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacdd; background: linear-gradient(135deg, #ceacdd, #DDACCB);