#f94dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 77, 187
HSL
322°, 94%, 64%
CMYK
0, 69, 25, 2
Luminance
0.2904
Every format
| HEX | #f94dbb |
| RGB | rgb(249, 77, 187) |
| HSL | hsl(322, 94%, 64%) |
| CMYK | cmyk(0%, 69%, 25%, 2%) |
| LAB | lab(60.8 74.4 -21.8) |
| LCH | lch(60.8 77.5 343.7) |
| OKLCH | oklch(0.693 0.232 345.6) |
Copy-ready code
/* CSS */
color: #f94dbb;
background-color: #f94dbb;
/* Tailwind (arbitrary) */
class="text-[#f94dbb] bg-[#f94dbb]"
/* SCSS */
$brand: #f94dbb;
/* SwiftUI */
Color(red: 0.976, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#f94dbb")Accessibility — WCAG contrast
Aa
#f94dbb on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94dbb on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green30.2%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow24.9%
Key (black)2.4%
Color previews
#f94dbb text on a black background
contrast 6.81:1
Card sample
#f94dbb text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94dbb;
Background color
Panel with #f94dbb background
background-color: #f94dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94dbb; background: linear-gradient(135deg, #f94dbb, #F9514D);