#ceadfc
a light, electric violet · warm · closest name: plum
RGB
206, 173, 252
HSL
265°, 93%, 83%
CMYK
18, 31, 0, 1
Luminance
0.5004
Every format
| HEX | #ceadfc |
| RGB | rgb(206, 173, 252) |
| HSL | hsl(265, 93%, 83%) |
| CMYK | cmyk(18%, 31%, 0%, 1%) |
| LAB | lab(76.1 27.1 -34.8) |
| LCH | lch(76.1 44.1 307.9) |
| OKLCH | oklch(0.804 0.114 303.1) |
Copy-ready code
/* CSS */
color: #ceadfc;
background-color: #ceadfc;
/* Tailwind (arbitrary) */
class="text-[#ceadfc] bg-[#ceadfc]"
/* SCSS */
$brand: #ceadfc;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.988)
/* Android */
Color.parseColor("#ceadfc")Accessibility — WCAG contrast
Aa
#ceadfc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadfc on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta31.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ceadfc text on a black background
contrast 11.01:1
Card sample
#ceadfc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadfc;
Background color
Panel with #ceadfc background
background-color: #ceadfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadfc; background: linear-gradient(135deg, #ceadfc, #FCADF5);