#cfabd5
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 171, 213
HSL
291°, 33%, 75%
CMYK
3, 20, 0, 17
Luminance
0.4720
Every format
| HEX | #cfabd5 |
| RGB | rgb(207, 171, 213) |
| HSL | hsl(291, 33%, 75%) |
| CMYK | cmyk(3%, 20%, 0%, 17%) |
| LAB | lab(74.3 20.4 -16.3) |
| LCH | lch(74.3 26.1 321.4) |
| OKLCH | oklch(0.786 0.070 321.5) |
Copy-ready code
/* CSS */
color: #cfabd5;
background-color: #cfabd5;
/* Tailwind (arbitrary) */
class="text-[#cfabd5] bg-[#cfabd5]"
/* SCSS */
$brand: #cfabd5;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.835)
/* Android */
Color.parseColor("#cfabd5")Accessibility — WCAG contrast
Aa
#cfabd5 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabd5 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue83.5%
CMYK percentages
Cyan2.8%
Magenta19.7%
Yellow0.0%
Key (black)16.5%
Color previews
#cfabd5 text on a black background
contrast 10.44:1
Card sample
#cfabd5 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabd5;
Background color
Panel with #cfabd5 background
background-color: #cfabd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabd5; background: linear-gradient(135deg, #cfabd5, #D5ABBF);