#f99cd4
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 156, 212
HSL
324°, 89%, 79%
CMYK
0, 37, 15, 2
Luminance
0.4867
Every format
| HEX | #f99cd4 |
| RGB | rgb(249, 156, 212) |
| HSL | hsl(324, 89%, 79%) |
| CMYK | cmyk(0%, 37%, 15%, 2%) |
| LAB | lab(75.3 42.3 -13.9) |
| LCH | lch(75.3 44.5 341.8) |
| OKLCH | oklch(0.803 0.130 343.5) |
Copy-ready code
/* CSS */
color: #f99cd4;
background-color: #f99cd4;
/* Tailwind (arbitrary) */
class="text-[#f99cd4] bg-[#f99cd4]"
/* SCSS */
$brand: #f99cd4;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.831)
/* Android */
Color.parseColor("#f99cd4")Accessibility — WCAG contrast
Aa
#f99cd4 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cd4 on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow14.9%
Key (black)2.4%
Color previews
#f99cd4 text on a black background
contrast 10.73:1
Card sample
#f99cd4 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cd4;
Background color
Panel with #f99cd4 background
background-color: #f99cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cd4; background: linear-gradient(135deg, #f99cd4, #F9A29C);