#f900df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 0, 223
HSL
306°, 100%, 49%
CMYK
0, 100, 10, 2
Luminance
0.2547
Every format
| HEX | #f900df |
| RGB | rgb(249, 0, 223) |
| HSL | hsl(306, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 10%, 2%) |
| LAB | lab(57.5 93.0 -47.4) |
| LCH | lch(57.5 104.4 333.0) |
| OKLCH | oklch(0.674 0.301 334.3) |
Copy-ready code
/* CSS */
color: #f900df;
background-color: #f900df;
/* Tailwind (arbitrary) */
class="text-[#f900df] bg-[#f900df]"
/* SCSS */
$brand: #f900df;
/* SwiftUI */
Color(red: 0.976, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#f900df")Accessibility — WCAG contrast
Aa
#f900df on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f900df on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green0.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow10.4%
Key (black)2.4%
Color previews
#f900df text on a black background
contrast 6.09:1
Card sample
#f900df text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f900df;
Background color
Panel with #f900df background
background-color: #f900df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f900df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f900df; background: linear-gradient(135deg, #f900df, #F90039);