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