#f00dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 13, 236
HSL
301°, 90%, 50%
CMYK
0, 95, 2, 6
Luminance
0.2487
Every format
| HEX | #f00dec |
| RGB | rgb(240, 13, 236) |
| HSL | hsl(301, 90%, 50%) |
| CMYK | cmyk(0%, 95%, 2%, 6%) |
| LAB | lab(57.0 92.4 -55.8) |
| LCH | lch(57.0 108.0 328.9) |
| OKLCH | oklch(0.670 0.303 329.3) |
Copy-ready code
/* CSS */
color: #f00dec;
background-color: #f00dec;
/* Tailwind (arbitrary) */
class="text-[#f00dec] bg-[#f00dec]"
/* SCSS */
$brand: #f00dec;
/* SwiftUI */
Color(red: 0.941, green: 0.051, blue: 0.925)
/* Android */
Color.parseColor("#f00dec")Accessibility — WCAG contrast
Aa
#f00dec on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f00dec on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green5.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta94.6%
Yellow1.7%
Key (black)5.9%
Color previews
#f00dec text on a black background
contrast 5.97:1
Card sample
#f00dec text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f00dec;
Background color
Panel with #f00dec background
background-color: #f00dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f00dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 13, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 13, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f00dec; background: linear-gradient(135deg, #f00dec, #F00D55);