#ceaef3
a light, vivid violet · warm · closest name: plum
RGB
206, 174, 243
HSL
268°, 74%, 82%
CMYK
15, 28, 0, 5
Luminance
0.4986
Every format
| HEX | #ceaef3 |
| RGB | rgb(206, 174, 243) |
| HSL | hsl(268, 74%, 82%) |
| CMYK | cmyk(15%, 28%, 0%, 5%) |
| LAB | lab(76.0 24.6 -30.1) |
| LCH | lch(76.0 38.8 309.2) |
| OKLCH | oklch(0.803 0.101 305.4) |
Copy-ready code
/* CSS */
color: #ceaef3;
background-color: #ceaef3;
/* Tailwind (arbitrary) */
class="text-[#ceaef3] bg-[#ceaef3]"
/* SCSS */
$brand: #ceaef3;
/* SwiftUI */
Color(red: 0.808, green: 0.682, blue: 0.953)
/* Android */
Color.parseColor("#ceaef3")Accessibility — WCAG contrast
Aa
#ceaef3 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaef3 on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.2%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta28.4%
Yellow0.0%
Key (black)4.7%
Color previews
#ceaef3 text on a black background
contrast 10.97:1
Card sample
#ceaef3 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaef3;
Background color
Panel with #ceaef3 background
background-color: #ceaef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 174, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 174, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaef3; background: linear-gradient(135deg, #ceaef3, #F3AEEA);