#fd2b93
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 43, 147
HSL
330°, 98%, 58%
CMYK
0, 83, 42, 1
Luminance
0.2472
Every format
| HEX | #fd2b93 |
| RGB | rgb(253, 43, 147) |
| HSL | hsl(330, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 42%, 1%) |
| LAB | lab(56.8 80.6 -4.5) |
| LCH | lch(56.8 80.7 356.8) |
| OKLCH | oklch(0.660 0.248 357.5) |
Copy-ready code
/* CSS */
color: #fd2b93;
background-color: #fd2b93;
/* Tailwind (arbitrary) */
class="text-[#fd2b93] bg-[#fd2b93]"
/* SCSS */
$brand: #fd2b93;
/* SwiftUI */
Color(red: 0.992, green: 0.169, blue: 0.576)
/* Android */
Color.parseColor("#fd2b93")Accessibility — WCAG contrast
Aa
#fd2b93 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2b93 on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta83.0%
Yellow41.9%
Key (black)0.8%
Color previews
#fd2b93 text on a black background
contrast 5.94:1
Card sample
#fd2b93 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2b93;
Background color
Panel with #fd2b93 background
background-color: #fd2b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 43, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 43, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2b93; background: linear-gradient(135deg, #fd2b93, #FD4F2B);