#cfabd3
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 171, 211
HSL
294°, 31%, 75%
CMYK
2, 19, 0, 17
Luminance
0.4709
Every format
| HEX | #cfabd3 |
| RGB | rgb(207, 171, 211) |
| HSL | hsl(294, 31%, 75%) |
| CMYK | cmyk(2%, 19%, 0%, 17%) |
| LAB | lab(74.3 20.1 -15.3) |
| LCH | lch(74.3 25.2 322.6) |
| OKLCH | oklch(0.786 0.068 323.0) |
Copy-ready code
/* CSS */
color: #cfabd3;
background-color: #cfabd3;
/* Tailwind (arbitrary) */
class="text-[#cfabd3] bg-[#cfabd3]"
/* SCSS */
$brand: #cfabd3;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.827)
/* Android */
Color.parseColor("#cfabd3")Accessibility — WCAG contrast
Aa
#cfabd3 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabd3 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta19.0%
Yellow0.0%
Key (black)17.3%
Color previews
#cfabd3 text on a black background
contrast 10.42:1
Card sample
#cfabd3 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabd3;
Background color
Panel with #cfabd3 background
background-color: #cfabd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabd3; background: linear-gradient(135deg, #cfabd3, #D3ABBC);