#f94bc9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 75, 201
HSL
317°, 94%, 64%
CMYK
0, 70, 19, 2
Luminance
0.2939
Every format
| HEX | #f94bc9 |
| RGB | rgb(249, 75, 201) |
| HSL | hsl(317, 94%, 64%) |
| CMYK | cmyk(0%, 70%, 19%, 2%) |
| LAB | lab(61.1 76.8 -29.3) |
| LCH | lch(61.1 82.2 339.1) |
| OKLCH | oklch(0.697 0.243 341.0) |
Copy-ready code
/* CSS */
color: #f94bc9;
background-color: #f94bc9;
/* Tailwind (arbitrary) */
class="text-[#f94bc9] bg-[#f94bc9]"
/* SCSS */
$brand: #f94bc9;
/* SwiftUI */
Color(red: 0.976, green: 0.294, blue: 0.788)
/* Android */
Color.parseColor("#f94bc9")Accessibility — WCAG contrast
Aa
#f94bc9 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f94bc9 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green29.4%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow19.3%
Key (black)2.4%
Color previews
#f94bc9 text on a black background
contrast 6.88:1
Card sample
#f94bc9 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94bc9;
Background color
Panel with #f94bc9 background
background-color: #f94bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 75, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 75, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94bc9; background: linear-gradient(135deg, #f94bc9, #F94B55);