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