#f99cd7
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 156, 215
HSL
322°, 89%, 79%
CMYK
0, 37, 14, 2
Luminance
0.4882
Every format
| HEX | #f99cd7 |
| RGB | rgb(249, 156, 215) |
| HSL | hsl(322, 89%, 79%) |
| CMYK | cmyk(0%, 37%, 14%, 2%) |
| LAB | lab(75.3 42.7 -15.4) |
| LCH | lch(75.3 45.4 340.1) |
| OKLCH | oklch(0.804 0.132 341.9) |
Copy-ready code
/* CSS */
color: #f99cd7;
background-color: #f99cd7;
/* Tailwind (arbitrary) */
class="text-[#f99cd7] bg-[#f99cd7]"
/* SCSS */
$brand: #f99cd7;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.843)
/* Android */
Color.parseColor("#f99cd7")Accessibility — WCAG contrast
Aa
#f99cd7 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cd7 on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow13.7%
Key (black)2.4%
Color previews
#f99cd7 text on a black background
contrast 10.76:1
Card sample
#f99cd7 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cd7;
Background color
Panel with #f99cd7 background
background-color: #f99cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cd7; background: linear-gradient(135deg, #f99cd7, #F99F9C);