#cf98ac
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 152, 172
HSL
338°, 36%, 70%
CMYK
0, 27, 17, 19
Luminance
0.3870
Every format
| HEX | #cf98ac |
| RGB | rgb(207, 152, 172) |
| HSL | hsl(338, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 17%, 19%) |
| LAB | lab(68.5 23.6 -2.3) |
| LCH | lch(68.5 23.7 354.5) |
| OKLCH | oklch(0.738 0.071 355.4) |
Copy-ready code
/* CSS */
color: #cf98ac;
background-color: #cf98ac;
/* Tailwind (arbitrary) */
class="text-[#cf98ac] bg-[#cf98ac]"
/* SCSS */
$brand: #cf98ac;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.675)
/* Android */
Color.parseColor("#cf98ac")Accessibility — WCAG contrast
Aa
#cf98ac on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98ac on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow16.9%
Key (black)18.8%
Color previews
#cf98ac text on a black background
contrast 8.74:1
Card sample
#cf98ac text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98ac;
Background color
Panel with #cf98ac background
background-color: #cf98ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98ac; background: linear-gradient(135deg, #cf98ac, #CFA998);