#f40cfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 12, 252
HSL
298°, 98%, 52%
CMYK
3, 95, 0, 1
Luminance
0.2652
Every format
| HEX | #f40cfc |
| RGB | rgb(244, 12, 252) |
| HSL | hsl(298, 98%, 52%) |
| CMYK | cmyk(3%, 95%, 0%, 1%) |
| LAB | lab(58.5 95.4 -62.1) |
| LCH | lch(58.5 113.9 326.9) |
| OKLCH | oklch(0.685 0.315 326.6) |
Copy-ready code
/* CSS */
color: #f40cfc;
background-color: #f40cfc;
/* Tailwind (arbitrary) */
class="text-[#f40cfc] bg-[#f40cfc]"
/* SCSS */
$brand: #f40cfc;
/* SwiftUI */
Color(red: 0.957, green: 0.047, blue: 0.988)
/* Android */
Color.parseColor("#f40cfc")Accessibility — WCAG contrast
Aa
#f40cfc on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f40cfc on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green4.7%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta95.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f40cfc text on a black background
contrast 6.30:1
Card sample
#f40cfc text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f40cfc;
Background color
Panel with #f40cfc background
background-color: #f40cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f40cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 12, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 12, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f40cfc; background: linear-gradient(135deg, #f40cfc, #FC0C64);