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