#cf99ad
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 153, 173
HSL
338°, 36%, 71%
CMYK
0, 26, 16, 19
Luminance
0.3906
Every format
| HEX | #cf99ad |
| RGB | rgb(207, 153, 173) |
| HSL | hsl(338, 36%, 71%) |
| CMYK | cmyk(0%, 26%, 16%, 19%) |
| LAB | lab(68.8 23.2 -2.5) |
| LCH | lch(68.8 23.4 354.0) |
| OKLCH | oklch(0.740 0.069 354.9) |
Copy-ready code
/* CSS */
color: #cf99ad;
background-color: #cf99ad;
/* Tailwind (arbitrary) */
class="text-[#cf99ad] bg-[#cf99ad]"
/* SCSS */
$brand: #cf99ad;
/* SwiftUI */
Color(red: 0.812, green: 0.600, blue: 0.678)
/* Android */
Color.parseColor("#cf99ad")Accessibility — WCAG contrast
Aa
#cf99ad on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf99ad on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow16.4%
Key (black)18.8%
Color previews
#cf99ad text on a black background
contrast 8.81:1
Card sample
#cf99ad text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf99ad;
Background color
Panel with #cf99ad background
background-color: #cf99ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf99ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 153, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 153, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf99ad; background: linear-gradient(135deg, #cf99ad, #CFA999);