#f33cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 60, 223
HSL
307°, 88%, 59%
CMYK
0, 75, 8, 5
Luminance
0.2761
Every format
| HEX | #f33cdf |
| RGB | rgb(243, 60, 223) |
| HSL | hsl(307, 88%, 59%) |
| CMYK | cmyk(0%, 75%, 8%, 5%) |
| LAB | lab(59.5 83.1 -44.3) |
| LCH | lch(59.5 94.1 331.9) |
| OKLCH | oklch(0.687 0.269 333.1) |
Copy-ready code
/* CSS */
color: #f33cdf;
background-color: #f33cdf;
/* Tailwind (arbitrary) */
class="text-[#f33cdf] bg-[#f33cdf]"
/* SCSS */
$brand: #f33cdf;
/* SwiftUI */
Color(red: 0.953, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#f33cdf")Accessibility — WCAG contrast
Aa
#f33cdf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33cdf on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green23.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow8.2%
Key (black)4.7%
Color previews
#f33cdf text on a black background
contrast 6.52:1
Card sample
#f33cdf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33cdf;
Background color
Panel with #f33cdf background
background-color: #f33cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33cdf; background: linear-gradient(135deg, #f33cdf, #F33C65);