#f00fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 15, 239
HSL
300°, 88%, 50%
CMYK
0, 94, 0, 6
Luminance
0.2510
Every format
| HEX | #f00fef |
| RGB | rgb(240, 15, 239) |
| HSL | hsl(300, 88%, 50%) |
| CMYK | cmyk(0%, 94%, 0%, 6%) |
| LAB | lab(57.2 92.7 -57.1) |
| LCH | lch(57.2 108.9 328.4) |
| OKLCH | oklch(0.672 0.304 328.6) |
Copy-ready code
/* CSS */
color: #f00fef;
background-color: #f00fef;
/* Tailwind (arbitrary) */
class="text-[#f00fef] bg-[#f00fef]"
/* SCSS */
$brand: #f00fef;
/* SwiftUI */
Color(red: 0.941, green: 0.059, blue: 0.937)
/* Android */
Color.parseColor("#f00fef")Accessibility — WCAG contrast
Aa
#f00fef on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f00fef on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green5.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow0.4%
Key (black)5.9%
Color previews
#f00fef text on a black background
contrast 6.02:1
Card sample
#f00fef text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f00fef;
Background color
Panel with #f00fef background
background-color: #f00fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f00fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 15, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 15, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f00fef; background: linear-gradient(135deg, #f00fef, #F00F59);