#cf98af
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 152, 175
HSL
335°, 36%, 70%
CMYK
0, 27, 16, 19
Luminance
0.3882
Every format
| HEX | #cf98af |
| RGB | rgb(207, 152, 175) |
| HSL | hsl(335, 36%, 70%) |
| CMYK | cmyk(0%, 27%, 16%, 19%) |
| LAB | lab(68.6 24.1 -3.8) |
| LCH | lch(68.6 24.4 351.0) |
| OKLCH | oklch(0.739 0.072 352.2) |
Copy-ready code
/* CSS */
color: #cf98af;
background-color: #cf98af;
/* Tailwind (arbitrary) */
class="text-[#cf98af] bg-[#cf98af]"
/* SCSS */
$brand: #cf98af;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#cf98af")Accessibility — WCAG contrast
Aa
#cf98af on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98af on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta26.6%
Yellow15.5%
Key (black)18.8%
Color previews
#cf98af text on a black background
contrast 8.76:1
Card sample
#cf98af text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98af;
Background color
Panel with #cf98af background
background-color: #cf98af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98af; background: linear-gradient(135deg, #cf98af, #CFA698);