#ff99df
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 153, 223
HSL
319°, 100%, 80%
CMYK
0, 40, 13, 0
Luminance
0.4937
Every format
| HEX | #ff99df |
| RGB | rgb(255, 153, 223) |
| HSL | hsl(319, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 13%, 0%) |
| LAB | lab(75.7 47.5 -19.2) |
| LCH | lch(75.7 51.2 338.0) |
| OKLCH | oklch(0.809 0.148 339.7) |
Copy-ready code
/* CSS */
color: #ff99df;
background-color: #ff99df;
/* Tailwind (arbitrary) */
class="text-[#ff99df] bg-[#ff99df]"
/* SCSS */
$brand: #ff99df;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#ff99df")Accessibility — WCAG contrast
Aa
#ff99df on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99df on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ff99df text on a black background
contrast 10.87:1
Card sample
#ff99df text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99df;
Background color
Panel with #ff99df background
background-color: #ff99df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99df; background: linear-gradient(135deg, #ff99df, #FF999B);