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