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