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