#ceace8
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 232
HSL
274°, 57%, 79%
CMYK
11, 26, 0, 9
Luminance
0.4845
Every format
| HEX | #ceace8 |
| RGB | rgb(206, 172, 232) |
| HSL | hsl(274, 57%, 79%) |
| CMYK | cmyk(11%, 26%, 0%, 9%) |
| LAB | lab(75.1 23.4 -25.5) |
| LCH | lch(75.1 34.5 312.5) |
| OKLCH | oklch(0.794 0.091 310.1) |
Copy-ready code
/* CSS */
color: #ceace8;
background-color: #ceace8;
/* Tailwind (arbitrary) */
class="text-[#ceace8] bg-[#ceace8]"
/* SCSS */
$brand: #ceace8;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#ceace8")Accessibility — WCAG contrast
Aa
#ceace8 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceace8 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue91.0%
CMYK percentages
Cyan11.2%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#ceace8 text on a black background
contrast 10.69:1
Card sample
#ceace8 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceace8;
Background color
Panel with #ceace8 background
background-color: #ceace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceace8; background: linear-gradient(135deg, #ceace8, #E8ACDA);