#f496e7
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 150, 231
HSL
308°, 81%, 77%
CMYK
0, 39, 5, 4
Luminance
0.4682
Every format
| HEX | #f496e7 |
| RGB | rgb(244, 150, 231) |
| HSL | hsl(308, 81%, 77%) |
| CMYK | cmyk(0%, 39%, 5%, 4%) |
| LAB | lab(74.1 46.9 -26.2) |
| LCH | lch(74.1 53.7 330.8) |
| OKLCH | oklch(0.795 0.151 332.0) |
Copy-ready code
/* CSS */
color: #f496e7;
background-color: #f496e7;
/* Tailwind (arbitrary) */
class="text-[#f496e7] bg-[#f496e7]"
/* SCSS */
$brand: #f496e7;
/* SwiftUI */
Color(red: 0.957, green: 0.588, blue: 0.906)
/* Android */
Color.parseColor("#f496e7")Accessibility — WCAG contrast
Aa
#f496e7 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f496e7 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.8%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow5.3%
Key (black)4.3%
Color previews
#f496e7 text on a black background
contrast 10.36:1
Card sample
#f496e7 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f496e7;
Background color
Panel with #f496e7 background
background-color: #f496e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f496e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 150, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 150, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f496e7; background: linear-gradient(135deg, #f496e7, #F496A9);