#cf94b2
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 148, 178
HSL
330°, 38%, 70%
CMYK
0, 29, 14, 19
Luminance
0.3766
Every format
| HEX | #cf94b2 |
| RGB | rgb(207, 148, 178) |
| HSL | hsl(330, 38%, 70%) |
| CMYK | cmyk(0%, 29%, 14%, 19%) |
| LAB | lab(67.8 26.8 -6.8) |
| LCH | lch(67.8 27.6 345.8) |
| OKLCH | oklch(0.733 0.081 347.4) |
Copy-ready code
/* CSS */
color: #cf94b2;
background-color: #cf94b2;
/* Tailwind (arbitrary) */
class="text-[#cf94b2] bg-[#cf94b2]"
/* SCSS */
$brand: #cf94b2;
/* SwiftUI */
Color(red: 0.812, green: 0.580, blue: 0.698)
/* Android */
Color.parseColor("#cf94b2")Accessibility — WCAG contrast
Aa
#cf94b2 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf94b2 on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green58.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow14.0%
Key (black)18.8%
Color previews
#cf94b2 text on a black background
contrast 8.53:1
Card sample
#cf94b2 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf94b2;
Background color
Panel with #cf94b2 background
background-color: #cf94b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf94b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 148, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 148, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf94b2; background: linear-gradient(135deg, #cf94b2, #CF9D94);