#f90eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 14, 238
HSL
303°, 95%, 52%
CMYK
0, 94, 4, 2
Luminance
0.2663
Every format
| HEX | #f90eee |
| RGB | rgb(249, 14, 238) |
| HSL | hsl(303, 95%, 52%) |
| CMYK | cmyk(0%, 94%, 4%, 2%) |
| LAB | lab(58.6 94.1 -54.1) |
| LCH | lch(58.6 108.5 330.1) |
| OKLCH | oklch(0.685 0.307 330.8) |
Copy-ready code
/* CSS */
color: #f90eee;
background-color: #f90eee;
/* Tailwind (arbitrary) */
class="text-[#f90eee] bg-[#f90eee]"
/* SCSS */
$brand: #f90eee;
/* SwiftUI */
Color(red: 0.976, green: 0.055, blue: 0.933)
/* Android */
Color.parseColor("#f90eee")Accessibility — WCAG contrast
Aa
#f90eee on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f90eee on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green5.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta94.4%
Yellow4.4%
Key (black)2.4%
Color previews
#f90eee text on a black background
contrast 6.33:1
Card sample
#f90eee text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f90eee;
Background color
Panel with #f90eee background
background-color: #f90eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f90eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 14, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 14, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f90eee; background: linear-gradient(135deg, #f90eee, #F90E52);