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