#ceafdf
a light, soft violet · warm · closest name: plum
RGB
206, 175, 223
HSL
279°, 43%, 78%
CMYK
8, 22, 0, 13
Luminance
0.4911
Every format
| HEX | #ceafdf |
| RGB | rgb(206, 175, 223) |
| HSL | hsl(279, 43%, 78%) |
| CMYK | cmyk(8%, 22%, 0%, 13%) |
| LAB | lab(75.5 19.9 -19.9) |
| LCH | lch(75.5 28.2 314.9) |
| OKLCH | oklch(0.797 0.074 313.5) |
Copy-ready code
/* CSS */
color: #ceafdf;
background-color: #ceafdf;
/* Tailwind (arbitrary) */
class="text-[#ceafdf] bg-[#ceafdf]"
/* SCSS */
$brand: #ceafdf;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#ceafdf")Accessibility — WCAG contrast
Aa
#ceafdf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafdf on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ceafdf text on a black background
contrast 10.82:1
Card sample
#ceafdf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafdf;
Background color
Panel with #ceafdf background
background-color: #ceafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafdf; background: linear-gradient(135deg, #ceafdf, #DFAFD0);