#f93dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 61, 187
HSL
320°, 94%, 61%
CMYK
0, 76, 25, 2
Luminance
0.2707
Every format
| HEX | #f93dbb |
| RGB | rgb(249, 61, 187) |
| HSL | hsl(320, 94%, 61%) |
| CMYK | cmyk(0%, 76%, 25%, 2%) |
| LAB | lab(59.0 79.4 -24.5) |
| LCH | lch(59.0 83.1 342.8) |
| OKLCH | oklch(0.680 0.249 344.8) |
Copy-ready code
/* CSS */
color: #f93dbb;
background-color: #f93dbb;
/* Tailwind (arbitrary) */
class="text-[#f93dbb] bg-[#f93dbb]"
/* SCSS */
$brand: #f93dbb;
/* SwiftUI */
Color(red: 0.976, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#f93dbb")Accessibility — WCAG contrast
Aa
#f93dbb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93dbb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green23.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta75.5%
Yellow24.9%
Key (black)2.4%
Color previews
#f93dbb text on a black background
contrast 6.41:1
Card sample
#f93dbb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93dbb;
Background color
Panel with #f93dbb background
background-color: #f93dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93dbb; background: linear-gradient(135deg, #f93dbb, #F93D3E);