#f038e0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 56, 224
HSL
305°, 86%, 58%
CMYK
0, 77, 7, 6
Luminance
0.2674
Every format
| HEX | #f038e0 |
| RGB | rgb(240, 56, 224) |
| HSL | hsl(305, 86%, 58%) |
| CMYK | cmyk(0%, 77%, 7%, 6%) |
| LAB | lab(58.7 83.7 -46.2) |
| LCH | lch(58.7 95.6 331.1) |
| OKLCH | oklch(0.680 0.272 332.1) |
Copy-ready code
/* CSS */
color: #f038e0;
background-color: #f038e0;
/* Tailwind (arbitrary) */
class="text-[#f038e0] bg-[#f038e0]"
/* SCSS */
$brand: #f038e0;
/* SwiftUI */
Color(red: 0.941, green: 0.220, blue: 0.878)
/* Android */
Color.parseColor("#f038e0")Accessibility — WCAG contrast
Aa
#f038e0 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f038e0 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green22.0%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow6.7%
Key (black)5.9%
Color previews
#f038e0 text on a black background
contrast 6.35:1
Card sample
#f038e0 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f038e0;
Background color
Panel with #f038e0 background
background-color: #f038e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f038e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 56, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 56, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f038e0; background: linear-gradient(135deg, #f038e0, #F03865);