#f93acf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 58, 207
HSL
313°, 94%, 60%
CMYK
0, 77, 17, 2
Luminance
0.2767
Every format
| HEX | #f93acf |
| RGB | rgb(249, 58, 207) |
| HSL | hsl(313, 94%, 60%) |
| CMYK | cmyk(0%, 77%, 17%, 2%) |
| LAB | lab(59.6 82.7 -35.1) |
| LCH | lch(59.6 89.8 337.0) |
| OKLCH | oklch(0.687 0.264 338.8) |
Copy-ready code
/* CSS */
color: #f93acf;
background-color: #f93acf;
/* Tailwind (arbitrary) */
class="text-[#f93acf] bg-[#f93acf]"
/* SCSS */
$brand: #f93acf;
/* SwiftUI */
Color(red: 0.976, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#f93acf")Accessibility — WCAG contrast
Aa
#f93acf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f93acf on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green22.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow16.9%
Key (black)2.4%
Color previews
#f93acf text on a black background
contrast 6.53:1
Card sample
#f93acf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f93acf;
Background color
Panel with #f93acf background
background-color: #f93acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f93acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f93acf; background: linear-gradient(135deg, #f93acf, #F93A50);