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