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