#f46afb
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 106, 251
HSL
297°, 95%, 70%
CMYK
3, 58, 0, 2
Luminance
0.3651
Every format
| HEX | #f46afb |
| RGB | rgb(244, 106, 251) |
| HSL | hsl(297, 95%, 70%) |
| CMYK | cmyk(3%, 58%, 0%, 2%) |
| LAB | lab(66.9 71.3 -48.3) |
| LCH | lch(66.9 86.1 325.9) |
| OKLCH | oklch(0.745 0.237 325.7) |
Copy-ready code
/* CSS */
color: #f46afb;
background-color: #f46afb;
/* Tailwind (arbitrary) */
class="text-[#f46afb] bg-[#f46afb]"
/* SCSS */
$brand: #f46afb;
/* SwiftUI */
Color(red: 0.957, green: 0.416, blue: 0.984)
/* Android */
Color.parseColor("#f46afb")Accessibility — WCAG contrast
Aa
#f46afb on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46afb on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green41.6%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta57.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f46afb text on a black background
contrast 8.30:1
Card sample
#f46afb text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46afb;
Background color
Panel with #f46afb background
background-color: #f46afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 106, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 106, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46afb; background: linear-gradient(135deg, #f46afb, #FB6AA1);