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