#ff9fcf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 159, 207
HSL
330°, 100%, 81%
CMYK
0, 38, 19, 0
Luminance
0.5056
Every format
| HEX | #ff9fcf |
| RGB | rgb(255, 159, 207) |
| HSL | hsl(330, 100%, 81%) |
| CMYK | cmyk(0%, 38%, 19%, 0%) |
| LAB | lab(76.4 42.0 -9.4) |
| LCH | lch(76.4 43.0 347.4) |
| OKLCH | oklch(0.813 0.127 348.9) |
Copy-ready code
/* CSS */
color: #ff9fcf;
background-color: #ff9fcf;
/* Tailwind (arbitrary) */
class="text-[#ff9fcf] bg-[#ff9fcf]"
/* SCSS */
$brand: #ff9fcf;
/* SwiftUI */
Color(red: 1.000, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#ff9fcf")Accessibility — WCAG contrast
Aa
#ff9fcf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9fcf on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ff9fcf text on a black background
contrast 11.11:1
Card sample
#ff9fcf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9fcf;
Background color
Panel with #ff9fcf background
background-color: #ff9fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9fcf; background: linear-gradient(135deg, #ff9fcf, #FFAF9F);