#ceacdf
a light, soft violet · warm · closest name: plum
RGB
206, 172, 223
HSL
280°, 44%, 78%
CMYK
8, 23, 0, 13
Luminance
0.4795
Every format
| HEX | #ceacdf |
| RGB | rgb(206, 172, 223) |
| HSL | hsl(280, 44%, 78%) |
| CMYK | cmyk(8%, 23%, 0%, 13%) |
| LAB | lab(74.8 21.5 -21.1) |
| LCH | lch(74.8 30.1 315.6) |
| OKLCH | oklch(0.791 0.080 314.3) |
Copy-ready code
/* CSS */
color: #ceacdf;
background-color: #ceacdf;
/* Tailwind (arbitrary) */
class="text-[#ceacdf] bg-[#ceacdf]"
/* SCSS */
$brand: #ceacdf;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#ceacdf")Accessibility — WCAG contrast
Aa
#ceacdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacdf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#ceacdf text on a black background
contrast 10.59:1
Card sample
#ceacdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacdf;
Background color
Panel with #ceacdf background
background-color: #ceacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacdf; background: linear-gradient(135deg, #ceacdf, #DFACCE);