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