#cfabd7
a light, soft violet · warm · closest name: plum
RGB
207, 171, 215
HSL
289°, 36%, 76%
CMYK
4, 21, 0, 16
Luminance
0.4730
Every format
| HEX | #cfabd7 |
| RGB | rgb(207, 171, 215) |
| HSL | hsl(289, 36%, 76%) |
| CMYK | cmyk(4%, 21%, 0%, 16%) |
| LAB | lab(74.4 20.8 -17.3) |
| LCH | lch(74.4 27.1 320.3) |
| OKLCH | oklch(0.787 0.073 320.1) |
Copy-ready code
/* CSS */
color: #cfabd7;
background-color: #cfabd7;
/* Tailwind (arbitrary) */
class="text-[#cfabd7] bg-[#cfabd7]"
/* SCSS */
$brand: #cfabd7;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.843)
/* Android */
Color.parseColor("#cfabd7")Accessibility — WCAG contrast
Aa
#cfabd7 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabd7 on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta20.5%
Yellow0.0%
Key (black)15.7%
Color previews
#cfabd7 text on a black background
contrast 10.46:1
Card sample
#cfabd7 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabd7;
Background color
Panel with #cfabd7 background
background-color: #cfabd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabd7; background: linear-gradient(135deg, #cfabd7, #D7ABC2);