#cfafd4
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 175, 212
HSL
292°, 30%, 76%
CMYK
2, 18, 0, 17
Luminance
0.4868
Every format
| HEX | #cfafd4 |
| RGB | rgb(207, 175, 212) |
| HSL | hsl(292, 30%, 76%) |
| CMYK | cmyk(2%, 18%, 0%, 17%) |
| LAB | lab(75.3 18.1 -14.4) |
| LCH | lch(75.3 23.1 321.5) |
| OKLCH | oklch(0.794 0.062 321.7) |
Copy-ready code
/* CSS */
color: #cfafd4;
background-color: #cfafd4;
/* Tailwind (arbitrary) */
class="text-[#cfafd4] bg-[#cfafd4]"
/* SCSS */
$brand: #cfafd4;
/* SwiftUI */
Color(red: 0.812, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#cfafd4")Accessibility — WCAG contrast
Aa
#cfafd4 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfafd4 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.6%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta17.5%
Yellow0.0%
Key (black)16.9%
Color previews
#cfafd4 text on a black background
contrast 10.74:1
Card sample
#cfafd4 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfafd4;
Background color
Panel with #cfafd4 background
background-color: #cfafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfafd4; background: linear-gradient(135deg, #cfafd4, #D4AFC0);