#f46fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 111, 186
HSL
326°, 86%, 70%
CMYK
0, 55, 24, 4
Luminance
0.3415
Every format
| HEX | #f46fba |
| RGB | rgb(244, 111, 186) |
| HSL | hsl(326, 86%, 70%) |
| CMYK | cmyk(0%, 55%, 24%, 4%) |
| LAB | lab(65.1 59.1 -14.8) |
| LCH | lch(65.1 60.9 345.9) |
| OKLCH | oklch(0.723 0.182 347.7) |
Copy-ready code
/* CSS */
color: #f46fba;
background-color: #f46fba;
/* Tailwind (arbitrary) */
class="text-[#f46fba] bg-[#f46fba]"
/* SCSS */
$brand: #f46fba;
/* SwiftUI */
Color(red: 0.957, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#f46fba")Accessibility — WCAG contrast
Aa
#f46fba on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46fba on black: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green43.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow23.8%
Key (black)4.3%
Color previews
#f46fba text on a black background
contrast 7.83:1
Card sample
#f46fba text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46fba;
Background color
Panel with #f46fba background
background-color: #f46fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46fba; background: linear-gradient(135deg, #f46fba, #F47D6F);