#f817df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 23, 223
HSL
307°, 94%, 53%
CMYK
0, 91, 10, 3
Luminance
0.2590
Every format
| HEX | #f817df |
| RGB | rgb(248, 23, 223) |
| HSL | hsl(307, 94%, 53%) |
| CMYK | cmyk(0%, 91%, 10%, 3%) |
| LAB | lab(57.9 91.1 -46.8) |
| LCH | lch(57.9 102.4 332.8) |
| OKLCH | oklch(0.677 0.295 334.1) |
Copy-ready code
/* CSS */
color: #f817df;
background-color: #f817df;
/* Tailwind (arbitrary) */
class="text-[#f817df] bg-[#f817df]"
/* SCSS */
$brand: #f817df;
/* SwiftUI */
Color(red: 0.973, green: 0.090, blue: 0.875)
/* Android */
Color.parseColor("#f817df")Accessibility — WCAG contrast
Aa
#f817df on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f817df on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green9.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta90.7%
Yellow10.1%
Key (black)2.7%
Color previews
#f817df text on a black background
contrast 6.18:1
Card sample
#f817df text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f817df;
Background color
Panel with #f817df background
background-color: #f817df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f817df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 23, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 23, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f817df; background: linear-gradient(135deg, #f817df, #F81749);