#f03ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 58, 222
HSL
306°, 86%, 58%
CMYK
0, 76, 8, 6
Luminance
0.2683
Every format
| HEX | #f03ade |
| RGB | rgb(240, 58, 222) |
| HSL | hsl(306, 86%, 58%) |
| CMYK | cmyk(0%, 76%, 8%, 6%) |
| LAB | lab(58.8 82.8 -44.9) |
| LCH | lch(58.8 94.2 331.5) |
| OKLCH | oklch(0.681 0.269 332.6) |
Copy-ready code
/* CSS */
color: #f03ade;
background-color: #f03ade;
/* Tailwind (arbitrary) */
class="text-[#f03ade] bg-[#f03ade]"
/* SCSS */
$brand: #f03ade;
/* SwiftUI */
Color(red: 0.941, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#f03ade")Accessibility — WCAG contrast
Aa
#f03ade on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03ade on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green22.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow7.5%
Key (black)5.9%
Color previews
#f03ade text on a black background
contrast 6.37:1
Card sample
#f03ade text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03ade;
Background color
Panel with #f03ade background
background-color: #f03ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03ade; background: linear-gradient(135deg, #f03ade, #F03A65);