#ff99cf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 153, 207
HSL
328°, 100%, 80%
CMYK
0, 40, 19, 0
Luminance
0.4855
Every format
| HEX | #ff99cf |
| RGB | rgb(255, 153, 207) |
| HSL | hsl(328, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 19%, 0%) |
| LAB | lab(75.2 45.0 -11.2) |
| LCH | lch(75.2 46.4 346.0) |
| OKLCH | oklch(0.804 0.137 347.6) |
Copy-ready code
/* CSS */
color: #ff99cf;
background-color: #ff99cf;
/* Tailwind (arbitrary) */
class="text-[#ff99cf] bg-[#ff99cf]"
/* SCSS */
$brand: #ff99cf;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.812)
/* Android */
Color.parseColor("#ff99cf")Accessibility — WCAG contrast
Aa
#ff99cf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99cf on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow18.8%
Key (black)0.0%
Color previews
#ff99cf text on a black background
contrast 10.71:1
Card sample
#ff99cf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99cf;
Background color
Panel with #ff99cf background
background-color: #ff99cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99cf; background: linear-gradient(135deg, #ff99cf, #FFA799);