#ceacfa
a light, electric violet · warm · closest name: plum
RGB
206, 172, 250
HSL
266°, 89%, 83%
CMYK
18, 31, 0, 2
Luminance
0.4953
Every format
| HEX | #ceacfa |
| RGB | rgb(206, 172, 250) |
| HSL | hsl(266, 89%, 83%) |
| CMYK | cmyk(18%, 31%, 0%, 2%) |
| LAB | lab(75.8 27.2 -34.2) |
| LCH | lch(75.8 43.7 308.5) |
| OKLCH | oklch(0.802 0.113 303.9) |
Copy-ready code
/* CSS */
color: #ceacfa;
background-color: #ceacfa;
/* Tailwind (arbitrary) */
class="text-[#ceacfa] bg-[#ceacfa]"
/* SCSS */
$brand: #ceacfa;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.980)
/* Android */
Color.parseColor("#ceacfa")Accessibility — WCAG contrast
Aa
#ceacfa on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacfa on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue98.0%
CMYK percentages
Cyan17.6%
Magenta31.2%
Yellow0.0%
Key (black)2.0%
Color previews
#ceacfa text on a black background
contrast 10.91:1
Card sample
#ceacfa text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacfa;
Background color
Panel with #ceacfa background
background-color: #ceacfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacfa; background: linear-gradient(135deg, #ceacfa, #FAACF2);