#f117df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 23, 223
HSL
305°, 89%, 52%
CMYK
0, 91, 8, 6
Luminance
0.2464
Every format
| HEX | #f117df |
| RGB | rgb(241, 23, 223) |
| HSL | hsl(305, 89%, 52%) |
| CMYK | cmyk(0%, 91%, 8%, 6%) |
| LAB | lab(56.7 89.9 -48.8) |
| LCH | lch(56.7 102.3 331.5) |
| OKLCH | oklch(0.666 0.292 332.6) |
Copy-ready code
/* CSS */
color: #f117df;
background-color: #f117df;
/* Tailwind (arbitrary) */
class="text-[#f117df] bg-[#f117df]"
/* SCSS */
$brand: #f117df;
/* SwiftUI */
Color(red: 0.945, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#f117df")Accessibility — WCAG contrast
Aa
#f117df on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f117df on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green9.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow7.5%
Key (black)5.5%
Color previews
#f117df text on a black background
contrast 5.93:1
Card sample
#f117df text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f117df;
Background color
Panel with #f117df background
background-color: #f117df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f117df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f117df; background: linear-gradient(135deg, #f117df, #F1174E);