#cf94ac
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 148, 172
HSL
336°, 38%, 70%
CMYK
0, 29, 17, 19
Luminance
0.3742
Every format
| HEX | #cf94ac |
| RGB | rgb(207, 148, 172) |
| HSL | hsl(336, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 17%, 19%) |
| LAB | lab(67.6 25.8 -3.7) |
| LCH | lch(67.6 26.1 351.9) |
| OKLCH | oklch(0.731 0.077 353.0) |
Copy-ready code
/* CSS */
color: #cf94ac;
background-color: #cf94ac;
/* Tailwind (arbitrary) */
class="text-[#cf94ac] bg-[#cf94ac]"
/* SCSS */
$brand: #cf94ac;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.675)
/* Android */
Color.parseColor("#cf94ac")Accessibility — WCAG contrast
Aa
#cf94ac on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf94ac on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow16.9%
Key (black)18.8%
Color previews
#cf94ac text on a black background
contrast 8.48:1
Card sample
#cf94ac text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf94ac;
Background color
Panel with #cf94ac background
background-color: #cf94ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf94ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf94ac; background: linear-gradient(135deg, #cf94ac, #CFA394);