#ceafda
a light, soft violet · warm · closest name: plum
RGB
206, 175, 218
HSL
283°, 37%, 77%
CMYK
6, 20, 0, 15
Luminance
0.4884
Every format
| HEX | #ceafda |
| RGB | rgb(206, 175, 218) |
| HSL | hsl(283, 37%, 77%) |
| CMYK | cmyk(6%, 20%, 0%, 15%) |
| LAB | lab(75.3 18.9 -17.5) |
| LCH | lch(75.3 25.7 317.2) |
| OKLCH | oklch(0.795 0.069 316.5) |
Copy-ready code
/* CSS */
color: #ceafda;
background-color: #ceafda;
/* Tailwind (arbitrary) */
class="text-[#ceafda] bg-[#ceafda]"
/* SCSS */
$brand: #ceafda;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#ceafda")Accessibility — WCAG contrast
Aa
#ceafda on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafda on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue85.5%
CMYK percentages
Cyan5.5%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#ceafda text on a black background
contrast 10.77:1
Card sample
#ceafda text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafda;
Background color
Panel with #ceafda background
background-color: #ceafda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafda; background: linear-gradient(135deg, #ceafda, #DAAFC9);