#f99cda
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 156, 218
HSL
320°, 89%, 79%
CMYK
0, 37, 12, 2
Luminance
0.4898
Every format
| HEX | #f99cda |
| RGB | rgb(249, 156, 218) |
| HSL | hsl(320, 89%, 79%) |
| CMYK | cmyk(0%, 37%, 12%, 2%) |
| LAB | lab(75.4 43.2 -16.9) |
| LCH | lch(75.4 46.4 338.6) |
| OKLCH | oklch(0.805 0.134 340.4) |
Copy-ready code
/* CSS */
color: #f99cda;
background-color: #f99cda;
/* Tailwind (arbitrary) */
class="text-[#f99cda] bg-[#f99cda]"
/* SCSS */
$brand: #f99cda;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#f99cda")Accessibility — WCAG contrast
Aa
#f99cda on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cda on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow12.4%
Key (black)2.4%
Color previews
#f99cda text on a black background
contrast 10.80:1
Card sample
#f99cda text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cda;
Background color
Panel with #f99cda background
background-color: #f99cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cda; background: linear-gradient(135deg, #f99cda, #F99C9C);