#f93eb3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 62, 179
HSL
323°, 94%, 61%
CMYK
0, 75, 28, 2
Luminance
0.2684
Every format
| HEX | #f93eb3 |
| RGB | rgb(249, 62, 179) |
| HSL | hsl(323, 94%, 61%) |
| CMYK | cmyk(0%, 75%, 28%, 2%) |
| LAB | lab(58.8 78.2 -20.2) |
| LCH | lch(58.8 80.8 345.5) |
| OKLCH | oklch(0.677 0.244 347.4) |
Copy-ready code
/* CSS */
color: #f93eb3;
background-color: #f93eb3;
/* Tailwind (arbitrary) */
class="text-[#f93eb3] bg-[#f93eb3]"
/* SCSS */
$brand: #f93eb3;
/* SwiftUI */
Color(red: 0.976, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#f93eb3")Accessibility — WCAG contrast
Aa
#f93eb3 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93eb3 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow28.1%
Key (black)2.4%
Color previews
#f93eb3 text on a black background
contrast 6.37:1
Card sample
#f93eb3 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93eb3;
Background color
Panel with #f93eb3 background
background-color: #f93eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93eb3; background: linear-gradient(135deg, #f93eb3, #F9463E);