#cf9eaf
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 158, 175
HSL
339°, 34%, 72%
CMYK
0, 24, 16, 19
Luminance
0.4081
Every format
| HEX | #cf9eaf |
| RGB | rgb(207, 158, 175) |
| HSL | hsl(339, 34%, 72%) |
| CMYK | cmyk(0%, 24%, 16%, 19%) |
| LAB | lab(70.0 20.8 -1.7) |
| LCH | lch(70.0 20.9 355.2) |
| OKLCH | oklch(0.750 0.062 356.0) |
Copy-ready code
/* CSS */
color: #cf9eaf;
background-color: #cf9eaf;
/* Tailwind (arbitrary) */
class="text-[#cf9eaf] bg-[#cf9eaf]"
/* SCSS */
$brand: #cf9eaf;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.686)
/* Android */
Color.parseColor("#cf9eaf")Accessibility — WCAG contrast
Aa
#cf9eaf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9eaf on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow15.5%
Key (black)18.8%
Color previews
#cf9eaf text on a black background
contrast 9.16:1
Card sample
#cf9eaf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9eaf;
Background color
Panel with #cf9eaf background
background-color: #cf9eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9eaf; background: linear-gradient(135deg, #cf9eaf, #CFAE9E);