#cfaeb7
a light, soft magenta / pink · warm · closest name: silver
RGB
207, 174, 183
HSL
344°, 26%, 75%
CMYK
0, 16, 12, 19
Luminance
0.4696
Every format
| HEX | #cfaeb7 |
| RGB | rgb(207, 174, 183) |
| HSL | hsl(344, 26%, 75%) |
| CMYK | cmyk(0%, 16%, 12%, 19%) |
| LAB | lab(74.2 13.4 -0.1) |
| LCH | lch(74.2 13.4 359.5) |
| OKLCH | oklch(0.782 0.040 359.8) |
Copy-ready code
/* CSS */
color: #cfaeb7;
background-color: #cfaeb7;
/* Tailwind (arbitrary) */
class="text-[#cfaeb7] bg-[#cfaeb7]"
/* SCSS */
$brand: #cfaeb7;
/* SwiftUI */
Color(red: 0.812, green: 0.682, blue: 0.718)
/* Android */
Color.parseColor("#cfaeb7")Accessibility — WCAG contrast
Aa
#cfaeb7 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaeb7 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow11.6%
Key (black)18.8%
Color previews
#cfaeb7 text on a black background
contrast 10.39:1
Card sample
#cfaeb7 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaeb7;
Background color
Panel with #cfaeb7 background
background-color: #cfaeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 174, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 174, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaeb7; background: linear-gradient(135deg, #cfaeb7, #CFBBAE);