#ceadfd
a light, electric violet · warm · closest name: plum
RGB
206, 173, 253
HSL
265°, 95%, 84%
CMYK
19, 32, 0, 1
Luminance
0.5010
Every format
| HEX | #ceadfd |
| RGB | rgb(206, 173, 253) |
| HSL | hsl(265, 95%, 84%) |
| CMYK | cmyk(19%, 32%, 0%, 1%) |
| LAB | lab(76.1 27.3 -35.3) |
| LCH | lch(76.1 44.6 307.7) |
| OKLCH | oklch(0.805 0.116 302.8) |
Copy-ready code
/* CSS */
color: #ceadfd;
background-color: #ceadfd;
/* Tailwind (arbitrary) */
class="text-[#ceadfd] bg-[#ceadfd]"
/* SCSS */
$brand: #ceadfd;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#ceadfd")Accessibility — WCAG contrast
Aa
#ceadfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadfd on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#ceadfd text on a black background
contrast 11.02:1
Card sample
#ceadfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadfd;
Background color
Panel with #ceadfd background
background-color: #ceadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadfd; background: linear-gradient(135deg, #ceadfd, #FDADF7);