#ceafec
a light, vivid violet · warm · closest name: plum
RGB
206, 175, 236
HSL
271°, 62%, 81%
CMYK
13, 26, 0, 8
Luminance
0.4984
Every format
| HEX | #ceafec |
| RGB | rgb(206, 175, 236) |
| HSL | hsl(271, 62%, 81%) |
| CMYK | cmyk(13%, 26%, 0%, 8%) |
| LAB | lab(76.0 22.6 -26.3) |
| LCH | lch(76.0 34.7 310.6) |
| OKLCH | oklch(0.802 0.091 307.6) |
Copy-ready code
/* CSS */
color: #ceafec;
background-color: #ceafec;
/* Tailwind (arbitrary) */
class="text-[#ceafec] bg-[#ceafec]"
/* SCSS */
$brand: #ceafec;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.925)
/* Android */
Color.parseColor("#ceafec")Accessibility — WCAG contrast
Aa
#ceafec on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafec on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta25.8%
Yellow0.0%
Key (black)7.5%
Color previews
#ceafec text on a black background
contrast 10.97:1
Card sample
#ceafec text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafec;
Background color
Panel with #ceafec background
background-color: #ceafec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafec; background: linear-gradient(135deg, #ceafec, #ECAFE1);