#cfaace
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 170, 206
HSL
302°, 28%, 74%
CMYK
0, 18, 1, 19
Luminance
0.4647
Every format
| HEX | #cfaace |
| RGB | rgb(207, 170, 206) |
| HSL | hsl(302, 28%, 74%) |
| CMYK | cmyk(0%, 18%, 1%, 19%) |
| LAB | lab(73.8 19.7 -13.2) |
| LCH | lch(73.8 23.7 326.2) |
| OKLCH | oklch(0.782 0.065 327.0) |
Copy-ready code
/* CSS */
color: #cfaace;
background-color: #cfaace;
/* Tailwind (arbitrary) */
class="text-[#cfaace] bg-[#cfaace]"
/* SCSS */
$brand: #cfaace;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.808)
/* Android */
Color.parseColor("#cfaace")Accessibility — WCAG contrast
Aa
#cfaace on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaace on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow0.5%
Key (black)18.8%
Color previews
#cfaace text on a black background
contrast 10.29:1
Card sample
#cfaace text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaace;
Background color
Panel with #cfaace background
background-color: #cfaace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaace; background: linear-gradient(135deg, #cfaace, #CFAAB5);