#f496e1
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 150, 225
HSL
312°, 81%, 77%
CMYK
0, 39, 8, 4
Luminance
0.4648
Every format
| HEX | #f496e1 |
| RGB | rgb(244, 150, 225) |
| HSL | hsl(312, 81%, 77%) |
| CMYK | cmyk(0%, 39%, 8%, 4%) |
| LAB | lab(73.9 45.9 -23.2) |
| LCH | lch(73.9 51.4 333.2) |
| OKLCH | oklch(0.793 0.146 334.6) |
Copy-ready code
/* CSS */
color: #f496e1;
background-color: #f496e1;
/* Tailwind (arbitrary) */
class="text-[#f496e1] bg-[#f496e1]"
/* SCSS */
$brand: #f496e1;
/* SwiftUI */
Color(red: 0.957, green: 0.588, blue: 0.882)
/* Android */
Color.parseColor("#f496e1")Accessibility — WCAG contrast
Aa
#f496e1 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f496e1 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.8%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow7.8%
Key (black)4.3%
Color previews
#f496e1 text on a black background
contrast 10.30:1
Card sample
#f496e1 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f496e1;
Background color
Panel with #f496e1 background
background-color: #f496e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f496e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 150, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 150, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f496e1; background: linear-gradient(135deg, #f496e1, #F496A3);