#fd22ba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 34, 186
HSL
318°, 98%, 56%
CMYK
0, 87, 27, 1
Luminance
0.2557
Every format
| HEX | #fd22ba |
| RGB | rgb(253, 34, 186) |
| HSL | hsl(318, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 27%, 1%) |
| LAB | lab(57.6 86.1 -26.1) |
| LCH | lch(57.6 89.9 343.2) |
| OKLCH | oklch(0.671 0.271 345.2) |
Copy-ready code
/* CSS */
color: #fd22ba;
background-color: #fd22ba;
/* Tailwind (arbitrary) */
class="text-[#fd22ba] bg-[#fd22ba]"
/* SCSS */
$brand: #fd22ba;
/* SwiftUI */
Color(red: 0.992, green: 0.133, blue: 0.729)
/* Android */
Color.parseColor("#fd22ba")Accessibility — WCAG contrast
Aa
#fd22ba on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd22ba on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow26.5%
Key (black)0.8%
Color previews
#fd22ba text on a black background
contrast 6.11:1
Card sample
#fd22ba text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd22ba;
Background color
Panel with #fd22ba background
background-color: #fd22ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd22ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 34, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 34, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd22ba; background: linear-gradient(135deg, #fd22ba, #FD2228);