#f032ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 50, 238
HSL
301°, 86%, 57%
CMYK
0, 79, 1, 6
Luminance
0.2698
Every format
| HEX | #f032ee |
| RGB | rgb(240, 50, 238) |
| HSL | hsl(301, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 1%, 6%) |
| LAB | lab(59.0 87.2 -53.7) |
| LCH | lch(59.0 102.4 328.4) |
| OKLCH | oklch(0.684 0.286 328.6) |
Copy-ready code
/* CSS */
color: #f032ee;
background-color: #f032ee;
/* Tailwind (arbitrary) */
class="text-[#f032ee] bg-[#f032ee]"
/* SCSS */
$brand: #f032ee;
/* SwiftUI */
Color(red: 0.941, green: 0.196, blue: 0.933)
/* Android */
Color.parseColor("#f032ee")Accessibility — WCAG contrast
Aa
#f032ee on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f032ee on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green19.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow0.8%
Key (black)5.9%
Color previews
#f032ee text on a black background
contrast 6.40:1
Card sample
#f032ee text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f032ee;
Background color
Panel with #f032ee background
background-color: #f032ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f032ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 50, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 50, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f032ee; background: linear-gradient(135deg, #f032ee, #F03270);