#ceafe7
a light, vivid violet · warm · closest name: plum
RGB
206, 175, 231
HSL
273°, 54%, 80%
CMYK
11, 24, 0, 9
Luminance
0.4955
Every format
| HEX | #ceafe7 |
| RGB | rgb(206, 175, 231) |
| HSL | hsl(273, 54%, 80%) |
| CMYK | cmyk(11%, 24%, 0%, 9%) |
| LAB | lab(75.8 21.5 -23.9) |
| LCH | lch(75.8 32.1 312.0) |
| OKLCH | oklch(0.800 0.084 309.6) |
Copy-ready code
/* CSS */
color: #ceafe7;
background-color: #ceafe7;
/* Tailwind (arbitrary) */
class="text-[#ceafe7] bg-[#ceafe7]"
/* SCSS */
$brand: #ceafe7;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.906)
/* Android */
Color.parseColor("#ceafe7")Accessibility — WCAG contrast
Aa
#ceafe7 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafe7 on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue90.6%
CMYK percentages
Cyan10.8%
Magenta24.2%
Yellow0.0%
Key (black)9.4%
Color previews
#ceafe7 text on a black background
contrast 10.91:1
Card sample
#ceafe7 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafe7;
Background color
Panel with #ceafe7 background
background-color: #ceafe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafe7; background: linear-gradient(135deg, #ceafe7, #E7AFDB);