#ceacef
a light, vivid violet · warm · closest name: plum
RGB
206, 172, 239
HSL
270°, 68%, 81%
CMYK
14, 28, 0, 6
Luminance
0.4886
Every format
| HEX | #ceacef |
| RGB | rgb(206, 172, 239) |
| HSL | hsl(270, 68%, 81%) |
| CMYK | cmyk(14%, 28%, 0%, 6%) |
| LAB | lab(75.4 24.8 -28.9) |
| LCH | lch(75.4 38.1 310.7) |
| OKLCH | oklch(0.797 0.100 307.4) |
Copy-ready code
/* CSS */
color: #ceacef;
background-color: #ceacef;
/* Tailwind (arbitrary) */
class="text-[#ceacef] bg-[#ceacef]"
/* SCSS */
$brand: #ceacef;
/* SwiftUI */
Color(red: 0.808, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#ceacef")Accessibility — WCAG contrast
Aa
#ceacef on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceacef on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.5%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ceacef text on a black background
contrast 10.77:1
Card sample
#ceacef text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceacef;
Background color
Panel with #ceacef background
background-color: #ceacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceacef; background: linear-gradient(135deg, #ceacef, #EFACE3);