#f910ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 16, 171
HSL
320°, 95%, 52%
CMYK
0, 94, 31, 2
Luminance
0.2345
Every format
| HEX | #f910ab |
| RGB | rgb(249, 16, 171) |
| HSL | hsl(320, 95%, 52%) |
| CMYK | cmyk(0%, 94%, 31%, 2%) |
| LAB | lab(55.5 85.9 -20.6) |
| LCH | lch(55.5 88.4 346.5) |
| OKLCH | oklch(0.653 0.269 348.4) |
Copy-ready code
/* CSS */
color: #f910ab;
background-color: #f910ab;
/* Tailwind (arbitrary) */
class="text-[#f910ab] bg-[#f910ab]"
/* SCSS */
$brand: #f910ab;
/* SwiftUI */
Color(red: 0.976, green: 0.063, blue: 0.671)
/* Android */
Color.parseColor("#f910ab")Accessibility — WCAG contrast
Aa
#f910ab on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f910ab on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green6.3%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta93.6%
Yellow31.3%
Key (black)2.4%
Color previews
#f910ab text on a black background
contrast 5.69:1
Card sample
#f910ab text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f910ab;
Background color
Panel with #f910ab background
background-color: #f910ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f910ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 16, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 16, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f910ab; background: linear-gradient(135deg, #f910ab, #F91110);