#ceafe2
a light, vivid violet · warm · closest name: plum
RGB
206, 175, 226
HSL
277°, 47%, 79%
CMYK
9, 23, 0, 11
Luminance
0.4927
Every format
| HEX | #ceafe2 |
| RGB | rgb(206, 175, 226) |
| HSL | hsl(277, 47%, 79%) |
| CMYK | cmyk(9%, 23%, 0%, 11%) |
| LAB | lab(75.6 20.5 -21.4) |
| LCH | lch(75.6 29.6 313.7) |
| OKLCH | oklch(0.798 0.078 312.0) |
Copy-ready code
/* CSS */
color: #ceafe2;
background-color: #ceafe2;
/* Tailwind (arbitrary) */
class="text-[#ceafe2] bg-[#ceafe2]"
/* SCSS */
$brand: #ceafe2;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#ceafe2")Accessibility — WCAG contrast
Aa
#ceafe2 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafe2 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue88.6%
CMYK percentages
Cyan8.8%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#ceafe2 text on a black background
contrast 10.85:1
Card sample
#ceafe2 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafe2;
Background color
Panel with #ceafe2 background
background-color: #ceafe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafe2; background: linear-gradient(135deg, #ceafe2, #E2AFD4);