#f03ee7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 62, 231
HSL
303°, 86%, 59%
CMYK
0, 74, 4, 6
Luminance
0.2774
Every format
| HEX | #f03ee7 |
| RGB | rgb(240, 62, 231) |
| HSL | hsl(303, 86%, 59%) |
| CMYK | cmyk(0%, 74%, 4%, 6%) |
| LAB | lab(59.7 83.0 -48.7) |
| LCH | lch(59.7 96.3 329.6) |
| OKLCH | oklch(0.688 0.271 330.3) |
Copy-ready code
/* CSS */
color: #f03ee7;
background-color: #f03ee7;
/* Tailwind (arbitrary) */
class="text-[#f03ee7] bg-[#f03ee7]"
/* SCSS */
$brand: #f03ee7;
/* SwiftUI */
Color(red: 0.941, green: 0.243, blue: 0.906)
/* Android */
Color.parseColor("#f03ee7")Accessibility — WCAG contrast
Aa
#f03ee7 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f03ee7 on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green24.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow3.7%
Key (black)5.9%
Color previews
#f03ee7 text on a black background
contrast 6.55:1
Card sample
#f03ee7 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f03ee7;
Background color
Panel with #f03ee7 background
background-color: #f03ee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f03ee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 62, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 62, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f03ee7; background: linear-gradient(135deg, #f03ee7, #F03E70);