#f90cfd
a balanced, electric magenta / pink · warm · “magenta”
RGB
249, 12, 253
HSL
299°, 98%, 52%
CMYK
2, 95, 0, 1
Luminance
0.2749
Every format
| HEX | #f90cfd |
| RGB | rgb(249, 12, 253) |
| HSL | hsl(299, 98%, 52%) |
| CMYK | cmyk(2%, 95%, 0%, 1%) |
| LAB | lab(59.4 96.3 -61.2) |
| LCH | lch(59.4 114.1 327.6) |
| OKLCH | oklch(0.693 0.317 327.5) |
Copy-ready code
/* CSS */
color: #f90cfd;
background-color: #f90cfd;
/* Tailwind (arbitrary) */
class="text-[#f90cfd] bg-[#f90cfd]"
/* SCSS */
$brand: #f90cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#f90cfd")Accessibility — WCAG contrast
Aa
#f90cfd on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f90cfd on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green4.7%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f90cfd text on a black background
contrast 6.50:1
Card sample
#f90cfd text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f90cfd;
Background color
Panel with #f90cfd background
background-color: #f90cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f90cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f90cfd; background: linear-gradient(135deg, #f90cfd, #FD0C60);