#ceafdc
a light, soft violet · warm · closest name: plum
RGB
206, 175, 220
HSL
281°, 39%, 78%
CMYK
6, 21, 0, 14
Luminance
0.4895
Every format
| HEX | #ceafdc |
| RGB | rgb(206, 175, 220) |
| HSL | hsl(281, 39%, 78%) |
| CMYK | cmyk(6%, 21%, 0%, 14%) |
| LAB | lab(75.4 19.3 -18.5) |
| LCH | lch(75.4 26.7 316.3) |
| OKLCH | oklch(0.795 0.071 315.3) |
Copy-ready code
/* CSS */
color: #ceafdc;
background-color: #ceafdc;
/* Tailwind (arbitrary) */
class="text-[#ceafdc] bg-[#ceafdc]"
/* SCSS */
$brand: #ceafdc;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#ceafdc")Accessibility — WCAG contrast
Aa
#ceafdc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafdc on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue86.3%
CMYK percentages
Cyan6.4%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#ceafdc text on a black background
contrast 10.79:1
Card sample
#ceafdc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafdc;
Background color
Panel with #ceafdc background
background-color: #ceafdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafdc; background: linear-gradient(135deg, #ceafdc, #DCAFCC);