#cf94af
a light, soft magenta / pink · warm · closest name: pink
RGB
207, 148, 175
HSL
333°, 38%, 70%
CMYK
0, 29, 16, 19
Luminance
0.3754
Every format
| HEX | #cf94af |
| RGB | rgb(207, 148, 175) |
| HSL | hsl(333, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 16%, 19%) |
| LAB | lab(67.7 26.3 -5.2) |
| LCH | lch(67.7 26.8 348.8) |
| OKLCH | oklch(0.732 0.079 350.2) |
Copy-ready code
/* CSS */
color: #cf94af;
background-color: #cf94af;
/* Tailwind (arbitrary) */
class="text-[#cf94af] bg-[#cf94af]"
/* SCSS */
$brand: #cf94af;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#cf94af")Accessibility — WCAG contrast
Aa
#cf94af on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf94af on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow15.5%
Key (black)18.8%
Color previews
#cf94af text on a black background
contrast 8.51:1
Card sample
#cf94af text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf94af;
Background color
Panel with #cf94af background
background-color: #cf94af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf94af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf94af; background: linear-gradient(135deg, #cf94af, #CFA094);