#ceafd7
a light, soft violet · warm · closest name: plum
RGB
206, 175, 215
HSL
287°, 33%, 77%
CMYK
4, 19, 0, 16
Luminance
0.4869
Every format
| HEX | #ceafd7 |
| RGB | rgb(206, 175, 215) |
| HSL | hsl(287, 33%, 77%) |
| CMYK | cmyk(4%, 19%, 0%, 16%) |
| LAB | lab(75.3 18.3 -16.0) |
| LCH | lch(75.3 24.3 318.9) |
| OKLCH | oklch(0.794 0.065 318.6) |
Copy-ready code
/* CSS */
color: #ceafd7;
background-color: #ceafd7;
/* Tailwind (arbitrary) */
class="text-[#ceafd7] bg-[#ceafd7]"
/* SCSS */
$brand: #ceafd7;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.843)
/* Android */
Color.parseColor("#ceafd7")Accessibility — WCAG contrast
Aa
#ceafd7 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafd7 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue84.3%
CMYK percentages
Cyan4.2%
Magenta18.6%
Yellow0.0%
Key (black)15.7%
Color previews
#ceafd7 text on a black background
contrast 10.74:1
Card sample
#ceafd7 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafd7;
Background color
Panel with #ceafd7 background
background-color: #ceafd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafd7; background: linear-gradient(135deg, #ceafd7, #D7AFC5);