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