#f90cff
a balanced, electric magenta / pink · warm · “magenta”
RGB
249, 12, 255
HSL
299°, 100%, 52%
CMYK
2, 95, 0, 0
Luminance
0.2762
Every format
| HEX | #f90cff |
| RGB | rgb(249, 12, 255) |
| HSL | hsl(299, 100%, 52%) |
| CMYK | cmyk(2%, 95%, 0%, 0%) |
| LAB | lab(59.5 96.6 -62.1) |
| LCH | lch(59.5 114.9 327.3) |
| OKLCH | oklch(0.694 0.318 327.0) |
Copy-ready code
/* CSS */
color: #f90cff;
background-color: #f90cff;
/* Tailwind (arbitrary) */
class="text-[#f90cff] bg-[#f90cff]"
/* SCSS */
$brand: #f90cff;
/* SwiftUI */
Color(red: 0.976, green: 0.047, blue: 1.000)
/* Android */
Color.parseColor("#f90cff")Accessibility — WCAG contrast
Aa
#f90cff on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f90cff on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green4.7%
Blue100.0%
CMYK percentages
Cyan2.4%
Magenta95.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f90cff text on a black background
contrast 6.52:1
Card sample
#f90cff text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f90cff;
Background color
Panel with #f90cff background
background-color: #f90cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f90cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 12, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 12, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f90cff; background: linear-gradient(135deg, #f90cff, #FF0C63);