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