#f02dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 45, 236
HSL
301°, 87%, 56%
CMYK
0, 81, 2, 6
Luminance
0.2646
Every format
| HEX | #f02dec |
| RGB | rgb(240, 45, 236) |
| HSL | hsl(301, 87%, 56%) |
| CMYK | cmyk(0%, 81%, 2%, 6%) |
| LAB | lab(58.5 88.0 -53.3) |
| LCH | lch(58.5 102.9 328.8) |
| OKLCH | oklch(0.681 0.288 329.1) |
Copy-ready code
/* CSS */
color: #f02dec;
background-color: #f02dec;
/* Tailwind (arbitrary) */
class="text-[#f02dec] bg-[#f02dec]"
/* SCSS */
$brand: #f02dec;
/* SwiftUI */
Color(red: 0.941, green: 0.176, blue: 0.925)
/* Android */
Color.parseColor("#f02dec")Accessibility — WCAG contrast
Aa
#f02dec on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02dec on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green17.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow1.7%
Key (black)5.9%
Color previews
#f02dec text on a black background
contrast 6.29:1
Card sample
#f02dec text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02dec;
Background color
Panel with #f02dec background
background-color: #f02dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 45, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 45, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02dec; background: linear-gradient(135deg, #f02dec, #F02D6A);