#f03dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 61, 236
HSL
301°, 86%, 59%
CMYK
0, 75, 2, 6
Luminance
0.2792
Every format
| HEX | #f03dec |
| RGB | rgb(240, 61, 236) |
| HSL | hsl(301, 86%, 59%) |
| CMYK | cmyk(0%, 75%, 2%, 6%) |
| LAB | lab(59.8 84.1 -51.2) |
| LCH | lch(59.8 98.4 328.7) |
| OKLCH | oklch(0.690 0.276 329.1) |
Copy-ready code
/* CSS */
color: #f03dec;
background-color: #f03dec;
/* Tailwind (arbitrary) */
class="text-[#f03dec] bg-[#f03dec]"
/* SCSS */
$brand: #f03dec;
/* SwiftUI */
Color(red: 0.941, green: 0.239, blue: 0.925)
/* Android */
Color.parseColor("#f03dec")Accessibility — WCAG contrast
Aa
#f03dec on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03dec on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green23.9%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow1.7%
Key (black)5.9%
Color previews
#f03dec text on a black background
contrast 6.58:1
Card sample
#f03dec text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03dec;
Background color
Panel with #f03dec background
background-color: #f03dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 61, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 61, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03dec; background: linear-gradient(135deg, #f03dec, #F03D75);