#f538df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 56, 223
HSL
307°, 90%, 59%
CMYK
0, 77, 9, 4
Luminance
0.2757
Every format
| HEX | #f538df |
| RGB | rgb(245, 56, 223) |
| HSL | hsl(307, 90%, 59%) |
| CMYK | cmyk(0%, 77%, 9%, 4%) |
| LAB | lab(59.5 84.5 -44.4) |
| LCH | lch(59.5 95.5 332.3) |
| OKLCH | oklch(0.687 0.274 333.6) |
Copy-ready code
/* CSS */
color: #f538df;
background-color: #f538df;
/* Tailwind (arbitrary) */
class="text-[#f538df] bg-[#f538df]"
/* SCSS */
$brand: #f538df;
/* SwiftUI */
Color(red: 0.961, green: 0.220, blue: 0.875)
/* Android */
Color.parseColor("#f538df")Accessibility — WCAG contrast
Aa
#f538df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f538df on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green22.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow9.0%
Key (black)3.9%
Color previews
#f538df text on a black background
contrast 6.51:1
Card sample
#f538df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f538df;
Background color
Panel with #f538df background
background-color: #f538df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f538df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 56, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 56, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f538df; background: linear-gradient(135deg, #f538df, #F53861);