#f03af5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 58, 245
HSL
298°, 90%, 59%
CMYK
2, 76, 0, 4
Luminance
0.2814
Every format
| HEX | #f03af5 |
| RGB | rgb(240, 58, 245) |
| HSL | hsl(298, 90%, 59%) |
| CMYK | cmyk(2%, 76%, 0%, 4%) |
| LAB | lab(60.0 86.3 -55.9) |
| LCH | lch(60.0 102.8 327.1) |
| OKLCH | oklch(0.693 0.285 326.9) |
Copy-ready code
/* CSS */
color: #f03af5;
background-color: #f03af5;
/* Tailwind (arbitrary) */
class="text-[#f03af5] bg-[#f03af5]"
/* SCSS */
$brand: #f03af5;
/* SwiftUI */
Color(red: 0.941, green: 0.227, blue: 0.961)
/* Android */
Color.parseColor("#f03af5")Accessibility — WCAG contrast
Aa
#f03af5 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03af5 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green22.7%
Blue96.1%
CMYK percentages
Cyan2.0%
Magenta76.3%
Yellow0.0%
Key (black)3.9%
Color previews
#f03af5 text on a black background
contrast 6.63:1
Card sample
#f03af5 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03af5;
Background color
Panel with #f03af5 background
background-color: #f03af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 58, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 58, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03af5; background: linear-gradient(135deg, #f03af5, #F53A7D);