#f90df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 13, 240
HSL
302°, 95%, 51%
CMYK
0, 95, 4, 2
Luminance
0.2672
Every format
| HEX | #f90df0 |
| RGB | rgb(249, 13, 240) |
| HSL | hsl(302, 95%, 51%) |
| CMYK | cmyk(0%, 95%, 4%, 2%) |
| LAB | lab(58.7 94.4 -55.1) |
| LCH | lch(58.7 109.3 329.7) |
| OKLCH | oklch(0.686 0.309 330.3) |
Copy-ready code
/* CSS */
color: #f90df0;
background-color: #f90df0;
/* Tailwind (arbitrary) */
class="text-[#f90df0] bg-[#f90df0]"
/* SCSS */
$brand: #f90df0;
/* SwiftUI */
Color(red: 0.976, green: 0.051, blue: 0.941)
/* Android */
Color.parseColor("#f90df0")Accessibility — WCAG contrast
Aa
#f90df0 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f90df0 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green5.1%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta94.8%
Yellow3.6%
Key (black)2.4%
Color previews
#f90df0 text on a black background
contrast 6.34:1
Card sample
#f90df0 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f90df0;
Background color
Panel with #f90df0 background
background-color: #f90df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f90df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 13, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 13, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f90df0; background: linear-gradient(135deg, #f90df0, #F90D53);