#f33df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 61, 244
HSL
300°, 89%, 60%
CMYK
0, 75, 0, 4
Luminance
0.2892
Every format
| HEX | #f33df4 |
| RGB | rgb(243, 61, 244) |
| HSL | hsl(300, 89%, 60%) |
| CMYK | cmyk(0%, 75%, 0%, 4%) |
| LAB | lab(60.7 85.9 -54.2) |
| LCH | lch(60.7 101.5 327.7) |
| OKLCH | oklch(0.699 0.283 327.8) |
Copy-ready code
/* CSS */
color: #f33df4;
background-color: #f33df4;
/* Tailwind (arbitrary) */
class="text-[#f33df4] bg-[#f33df4]"
/* SCSS */
$brand: #f33df4;
/* SwiftUI */
Color(red: 0.953, green: 0.239, blue: 0.957)
/* Android */
Color.parseColor("#f33df4")Accessibility — WCAG contrast
Aa
#f33df4 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33df4 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green23.9%
Blue95.7%
CMYK percentages
Cyan0.4%
Magenta75.0%
Yellow0.0%
Key (black)4.3%
Color previews
#f33df4 text on a black background
contrast 6.78:1
Card sample
#f33df4 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33df4;
Background color
Panel with #f33df4 background
background-color: #f33df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 61, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 61, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33df4; background: linear-gradient(135deg, #f33df4, #F43D7B);