#f331d1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 49, 209
HSL
311°, 89%, 57%
CMYK
0, 80, 14, 5
Luminance
0.2585
Every format
| HEX | #f331d1 |
| RGB | rgb(243, 49, 209) |
| HSL | hsl(311, 89%, 57%) |
| CMYK | cmyk(0%, 80%, 14%, 5%) |
| LAB | lab(57.9 83.9 -39.0) |
| LCH | lch(57.9 92.5 335.1) |
| OKLCH | oklch(0.673 0.269 336.8) |
Copy-ready code
/* CSS */
color: #f331d1;
background-color: #f331d1;
/* Tailwind (arbitrary) */
class="text-[#f331d1] bg-[#f331d1]"
/* SCSS */
$brand: #f331d1;
/* SwiftUI */
Color(red: 0.953, green: 0.192, blue: 0.820)
/* Android */
Color.parseColor("#f331d1")Accessibility — WCAG contrast
Aa
#f331d1 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f331d1 on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green19.2%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow14.0%
Key (black)4.7%
Color previews
#f331d1 text on a black background
contrast 6.17:1
Card sample
#f331d1 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f331d1;
Background color
Panel with #f331d1 background
background-color: #f331d1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f331d1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 49, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 49, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f331d1; background: linear-gradient(135deg, #f331d1, #F33150);