#cfabd9
a light, soft violet · warm · closest name: plum
RGB
207, 171, 217
HSL
287°, 38%, 76%
CMYK
5, 21, 0, 15
Luminance
0.4740
Every format
| HEX | #cfabd9 |
| RGB | rgb(207, 171, 217) |
| HSL | hsl(287, 38%, 76%) |
| CMYK | cmyk(5%, 21%, 0%, 15%) |
| LAB | lab(74.5 21.2 -18.3) |
| LCH | lch(74.5 28.0 319.2) |
| OKLCH | oklch(0.788 0.075 318.8) |
Copy-ready code
/* CSS */
color: #cfabd9;
background-color: #cfabd9;
/* Tailwind (arbitrary) */
class="text-[#cfabd9] bg-[#cfabd9]"
/* SCSS */
$brand: #cfabd9;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.851)
/* Android */
Color.parseColor("#cfabd9")Accessibility — WCAG contrast
Aa
#cfabd9 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabd9 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue85.1%
CMYK percentages
Cyan4.6%
Magenta21.2%
Yellow0.0%
Key (black)14.9%
Color previews
#cfabd9 text on a black background
contrast 10.48:1
Card sample
#cfabd9 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabd9;
Background color
Panel with #cfabd9 background
background-color: #cfabd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabd9; background: linear-gradient(135deg, #cfabd9, #D9ABC4);