#f46dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 109, 191
HSL
324°, 86%, 69%
CMYK
0, 55, 22, 4
Luminance
0.3393
Every format
| HEX | #f46dbf |
| RGB | rgb(244, 109, 191) |
| HSL | hsl(324, 86%, 69%) |
| CMYK | cmyk(0%, 55%, 22%, 4%) |
| LAB | lab(64.9 60.7 -17.9) |
| LCH | lch(64.9 63.3 343.6) |
| OKLCH | oklch(0.722 0.188 345.4) |
Copy-ready code
/* CSS */
color: #f46dbf;
background-color: #f46dbf;
/* Tailwind (arbitrary) */
class="text-[#f46dbf] bg-[#f46dbf]"
/* SCSS */
$brand: #f46dbf;
/* SwiftUI */
Color(red: 0.957, green: 0.427, blue: 0.749)
/* Android */
Color.parseColor("#f46dbf")Accessibility — WCAG contrast
Aa
#f46dbf on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46dbf on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow21.7%
Key (black)4.3%
Color previews
#f46dbf text on a black background
contrast 7.79:1
Card sample
#f46dbf text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46dbf;
Background color
Panel with #f46dbf background
background-color: #f46dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 109, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 109, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46dbf; background: linear-gradient(135deg, #f46dbf, #F4756D);