#ff99d6
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 153, 214
HSL
324°, 100%, 80%
CMYK
0, 40, 16, 0
Luminance
0.4890
Every format
| HEX | #ff99d6 |
| RGB | rgb(255, 153, 214) |
| HSL | hsl(324, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 16%, 0%) |
| LAB | lab(75.4 46.1 -14.7) |
| LCH | lch(75.4 48.4 342.3) |
| OKLCH | oklch(0.806 0.142 344.0) |
Copy-ready code
/* CSS */
color: #ff99d6;
background-color: #ff99d6;
/* Tailwind (arbitrary) */
class="text-[#ff99d6] bg-[#ff99d6]"
/* SCSS */
$brand: #ff99d6;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.839)
/* Android */
Color.parseColor("#ff99d6")Accessibility — WCAG contrast
Aa
#ff99d6 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99d6 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow16.1%
Key (black)0.0%
Color previews
#ff99d6 text on a black background
contrast 10.78:1
Card sample
#ff99d6 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99d6;
Background color
Panel with #ff99d6 background
background-color: #ff99d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99d6; background: linear-gradient(135deg, #ff99d6, #FFA099);