#fd33ae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 51, 174
HSL
324°, 98%, 60%
CMYK
0, 80, 31, 1
Luminance
0.2631
Every format
| HEX | #fd33ae |
| RGB | rgb(253, 51, 174) |
| HSL | hsl(324, 98%, 60%) |
| CMYK | cmyk(0%, 80%, 31%, 1%) |
| LAB | lab(58.3 81.4 -18.0) |
| LCH | lch(58.3 83.4 347.5) |
| OKLCH | oklch(0.674 0.254 349.3) |
Copy-ready code
/* CSS */
color: #fd33ae;
background-color: #fd33ae;
/* Tailwind (arbitrary) */
class="text-[#fd33ae] bg-[#fd33ae]"
/* SCSS */
$brand: #fd33ae;
/* SwiftUI */
Color(red: 0.992, green: 0.200, blue: 0.682)
/* Android */
Color.parseColor("#fd33ae")Accessibility — WCAG contrast
Aa
#fd33ae on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd33ae on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.0%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow31.2%
Key (black)0.8%
Color previews
#fd33ae text on a black background
contrast 6.26:1
Card sample
#fd33ae text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd33ae;
Background color
Panel with #fd33ae background
background-color: #fd33ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd33ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 51, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 51, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd33ae; background: linear-gradient(135deg, #fd33ae, #FD3F33);