#f93eb7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 62, 183
HSL
321°, 94%, 61%
CMYK
0, 75, 27, 2
Luminance
0.2700
Every format
| HEX | #f93eb7 |
| RGB | rgb(249, 62, 183) |
| HSL | hsl(321, 94%, 61%) |
| CMYK | cmyk(0%, 75%, 27%, 2%) |
| LAB | lab(59.0 78.6 -22.3) |
| LCH | lch(59.0 81.7 344.2) |
| OKLCH | oklch(0.679 0.246 346.1) |
Copy-ready code
/* CSS */
color: #f93eb7;
background-color: #f93eb7;
/* Tailwind (arbitrary) */
class="text-[#f93eb7] bg-[#f93eb7]"
/* SCSS */
$brand: #f93eb7;
/* SwiftUI */
Color(red: 0.976, green: 0.243, blue: 0.718)
/* Android */
Color.parseColor("#f93eb7")Accessibility — WCAG contrast
Aa
#f93eb7 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93eb7 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green24.3%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow26.5%
Key (black)2.4%
Color previews
#f93eb7 text on a black background
contrast 6.40:1
Card sample
#f93eb7 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93eb7;
Background color
Panel with #f93eb7 background
background-color: #f93eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 62, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 62, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93eb7; background: linear-gradient(135deg, #f93eb7, #F9423E);