#f00dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 13, 251
HSL
297°, 97%, 52%
CMYK
4, 95, 0, 2
Luminance
0.2578
Every format
| HEX | #f00dfb |
| RGB | rgb(240, 13, 251) |
| HSL | hsl(297, 97%, 52%) |
| CMYK | cmyk(4%, 95%, 0%, 2%) |
| LAB | lab(57.8 94.6 -62.7) |
| LCH | lch(57.8 113.5 326.4) |
| OKLCH | oklch(0.679 0.312 325.9) |
Copy-ready code
/* CSS */
color: #f00dfb;
background-color: #f00dfb;
/* Tailwind (arbitrary) */
class="text-[#f00dfb] bg-[#f00dfb]"
/* SCSS */
$brand: #f00dfb;
/* SwiftUI */
Color(red: 0.941, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#f00dfb")Accessibility — WCAG contrast
Aa
#f00dfb on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f00dfb on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green5.1%
Blue98.4%
CMYK percentages
Cyan4.4%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f00dfb text on a black background
contrast 6.16:1
Card sample
#f00dfb text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f00dfb;
Background color
Panel with #f00dfb background
background-color: #f00dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f00dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f00dfb; background: linear-gradient(135deg, #f00dfb, #FB0D68);