#ceafd8
a light, soft violet · warm · closest name: plum
RGB
206, 175, 216
HSL
285°, 35%, 77%
CMYK
5, 19, 0, 15
Luminance
0.4874
Every format
| HEX | #ceafd8 |
| RGB | rgb(206, 175, 216) |
| HSL | hsl(285, 35%, 77%) |
| CMYK | cmyk(5%, 19%, 0%, 15%) |
| LAB | lab(75.3 18.5 -16.5) |
| LCH | lch(75.3 24.8 318.3) |
| OKLCH | oklch(0.794 0.066 317.9) |
Copy-ready code
/* CSS */
color: #ceafd8;
background-color: #ceafd8;
/* Tailwind (arbitrary) */
class="text-[#ceafd8] bg-[#ceafd8]"
/* SCSS */
$brand: #ceafd8;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.847)
/* Android */
Color.parseColor("#ceafd8")Accessibility — WCAG contrast
Aa
#ceafd8 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd8 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue84.7%
CMYK percentages
Cyan4.6%
Magenta19.0%
Yellow0.0%
Key (black)15.3%
Color previews
#ceafd8 text on a black background
contrast 10.75:1
Card sample
#ceafd8 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd8;
Background color
Panel with #ceafd8 background
background-color: #ceafd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd8; background: linear-gradient(135deg, #ceafd8, #D8AFC7);