#f994cd
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 148, 205
HSL
326°, 89%, 78%
CMYK
0, 41, 18, 2
Luminance
0.4573
Every format
| HEX | #f994cd |
| RGB | rgb(249, 148, 205) |
| HSL | hsl(326, 89%, 78%) |
| CMYK | cmyk(0%, 41%, 18%, 2%) |
| LAB | lab(73.4 45.3 -12.9) |
| LCH | lch(73.4 47.1 344.1) |
| OKLCH | oklch(0.788 0.139 345.8) |
Copy-ready code
/* CSS */
color: #f994cd;
background-color: #f994cd;
/* Tailwind (arbitrary) */
class="text-[#f994cd] bg-[#f994cd]"
/* SCSS */
$brand: #f994cd;
/* SwiftUI */
Color(red: 0.976, green: 0.580, blue: 0.804)
/* Android */
Color.parseColor("#f994cd")Accessibility — WCAG contrast
Aa
#f994cd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f994cd on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta40.6%
Yellow17.7%
Key (black)2.4%
Color previews
#f994cd text on a black background
contrast 10.15:1
Card sample
#f994cd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f994cd;
Background color
Panel with #f994cd background
background-color: #f994cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f994cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 148, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 148, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f994cd; background: linear-gradient(135deg, #f994cd, #F99E94);