#ceaced
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 237
HSL
271°, 64%, 80%
CMYK
13, 27, 0, 7
Luminance
0.4874
Every format
| HEX | #ceaced |
| RGB | rgb(206, 172, 237) |
| HSL | hsl(271, 64%, 80%) |
| CMYK | cmyk(13%, 27%, 0%, 7%) |
| LAB | lab(75.3 24.4 -27.9) |
| LCH | lch(75.3 37.1 311.2) |
| OKLCH | oklch(0.796 0.097 308.1) |
Copy-ready code
/* CSS */
color: #ceaced;
background-color: #ceaced;
/* Tailwind (arbitrary) */
class="text-[#ceaced] bg-[#ceaced]"
/* SCSS */
$brand: #ceaced;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.929)
/* Android */
Color.parseColor("#ceaced")Accessibility — WCAG contrast
Aa
#ceaced on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaced on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue92.9%
CMYK percentages
Cyan13.1%
Magenta27.4%
Yellow0.0%
Key (black)7.1%
Color previews
#ceaced text on a black background
contrast 10.75:1
Card sample
#ceaced text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaced;
Background color
Panel with #ceaced background
background-color: #ceaced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaced; background: linear-gradient(135deg, #ceaced, #EDACE1);