#ff99c0
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 153, 192
HSL
337°, 100%, 80%
CMYK
0, 40, 25, 0
Luminance
0.4785
Every format
| HEX | #ff99c0 |
| RGB | rgb(255, 153, 192) |
| HSL | hsl(337, 100%, 80%) |
| CMYK | cmyk(0%, 40%, 25%, 0%) |
| LAB | lab(74.7 42.9 -3.6) |
| LCH | lch(74.7 43.0 355.1) |
| OKLCH | oklch(0.799 0.130 356.0) |
Copy-ready code
/* CSS */
color: #ff99c0;
background-color: #ff99c0;
/* Tailwind (arbitrary) */
class="text-[#ff99c0] bg-[#ff99c0]"
/* SCSS */
$brand: #ff99c0;
/* SwiftUI */
Color(red: 1.000, green: 0.600, blue: 0.753)
/* Android */
Color.parseColor("#ff99c0")Accessibility — WCAG contrast
Aa
#ff99c0 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff99c0 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.0%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow24.7%
Key (black)0.0%
Color previews
#ff99c0 text on a black background
contrast 10.57:1
Card sample
#ff99c0 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff99c0;
Background color
Panel with #ff99c0 background
background-color: #ff99c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff99c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 153, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 153, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff99c0; background: linear-gradient(135deg, #ff99c0, #FFB699);