#ceaaeb
a light, vivid violet · warm · closest name: plum
RGB
206, 170, 235
HSL
273°, 62%, 79%
CMYK
12, 28, 0, 8
Luminance
0.4787
Every format
| HEX | #ceaaeb |
| RGB | rgb(206, 170, 235) |
| HSL | hsl(273, 62%, 79%) |
| CMYK | cmyk(12%, 28%, 0%, 8%) |
| LAB | lab(74.7 25.1 -27.6) |
| LCH | lch(74.7 37.3 312.2) |
| OKLCH | oklch(0.792 0.098 309.4) |
Copy-ready code
/* CSS */
color: #ceaaeb;
background-color: #ceaaeb;
/* Tailwind (arbitrary) */
class="text-[#ceaaeb] bg-[#ceaaeb]"
/* SCSS */
$brand: #ceaaeb;
/* SwiftUI */
Color(red: 0.808, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#ceaaeb")Accessibility — WCAG contrast
Aa
#ceaaeb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceaaeb on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green66.7%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta27.7%
Yellow0.0%
Key (black)7.8%
Color previews
#ceaaeb text on a black background
contrast 10.57:1
Card sample
#ceaaeb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceaaeb;
Background color
Panel with #ceaaeb background
background-color: #ceaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceaaeb; background: linear-gradient(135deg, #ceaaeb, #EBAADD);