#fd2abb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 42, 187
HSL
319°, 98%, 58%
CMYK
0, 83, 26, 1
Luminance
0.2613
Every format
| HEX | #fd2abb |
| RGB | rgb(253, 42, 187) |
| HSL | hsl(319, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 26%, 1%) |
| LAB | lab(58.2 84.8 -25.8) |
| LCH | lch(58.2 88.6 343.1) |
| OKLCH | oklch(0.675 0.267 345.1) |
Copy-ready code
/* CSS */
color: #fd2abb;
background-color: #fd2abb;
/* Tailwind (arbitrary) */
class="text-[#fd2abb] bg-[#fd2abb]"
/* SCSS */
$brand: #fd2abb;
/* SwiftUI */
Color(red: 0.992, green: 0.165, blue: 0.733)
/* Android */
Color.parseColor("#fd2abb")Accessibility — WCAG contrast
Aa
#fd2abb on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2abb on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.5%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow26.1%
Key (black)0.8%
Color previews
#fd2abb text on a black background
contrast 6.23:1
Card sample
#fd2abb text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2abb;
Background color
Panel with #fd2abb background
background-color: #fd2abb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2abb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 42, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 42, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2abb; background: linear-gradient(135deg, #fd2abb, #FD2A2E);