#f99dcd
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 157, 205
HSL
329°, 89%, 80%
CMYK
0, 37, 18, 2
Luminance
0.4866
Every format
| HEX | #f99dcd |
| RGB | rgb(249, 157, 205) |
| HSL | hsl(329, 89%, 80%) |
| CMYK | cmyk(0%, 37%, 18%, 2%) |
| LAB | lab(75.2 40.7 -10.1) |
| LCH | lch(75.2 41.9 346.1) |
| OKLCH | oklch(0.802 0.124 347.7) |
Copy-ready code
/* CSS */
color: #f99dcd;
background-color: #f99dcd;
/* Tailwind (arbitrary) */
class="text-[#f99dcd] bg-[#f99dcd]"
/* SCSS */
$brand: #f99dcd;
/* SwiftUI */
Color(red: 0.976, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#f99dcd")Accessibility — WCAG contrast
Aa
#f99dcd on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99dcd on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow17.7%
Key (black)2.4%
Color previews
#f99dcd text on a black background
contrast 10.73:1
Card sample
#f99dcd text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99dcd;
Background color
Panel with #f99dcd background
background-color: #f99dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99dcd; background: linear-gradient(135deg, #f99dcd, #F9AA9D);