#f31de4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 29, 228
HSL
304°, 90%, 53%
CMYK
0, 88, 6, 5
Luminance
0.2553
Every format
| HEX | #f31de4 |
| RGB | rgb(243, 29, 228) |
| HSL | hsl(304, 90%, 53%) |
| CMYK | cmyk(0%, 88%, 6%, 5%) |
| LAB | lab(57.6 90.1 -50.2) |
| LCH | lch(57.6 103.2 330.9) |
| OKLCH | oklch(0.674 0.293 331.8) |
Copy-ready code
/* CSS */
color: #f31de4;
background-color: #f31de4;
/* Tailwind (arbitrary) */
class="text-[#f31de4] bg-[#f31de4]"
/* SCSS */
$brand: #f31de4;
/* SwiftUI */
Color(red: 0.953, green: 0.114, blue: 0.894)
/* Android */
Color.parseColor("#f31de4")Accessibility — WCAG contrast
Aa
#f31de4 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f31de4 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green11.4%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta88.1%
Yellow6.2%
Key (black)4.7%
Color previews
#f31de4 text on a black background
contrast 6.11:1
Card sample
#f31de4 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f31de4;
Background color
Panel with #f31de4 background
background-color: #f31de4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f31de4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 29, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 29, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f31de4; background: linear-gradient(135deg, #f31de4, #F31D55);