#fd3bba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 59, 186
HSL
321°, 98%, 61%
CMYK
0, 77, 27, 1
Luminance
0.2756
Every format
| HEX | #fd3bba |
| RGB | rgb(253, 59, 186) |
| HSL | hsl(321, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 27%, 1%) |
| LAB | lab(59.5 80.7 -23.2) |
| LCH | lch(59.5 84.0 344.0) |
| OKLCH | oklch(0.684 0.253 345.9) |
Copy-ready code
/* CSS */
color: #fd3bba;
background-color: #fd3bba;
/* Tailwind (arbitrary) */
class="text-[#fd3bba] bg-[#fd3bba]"
/* SCSS */
$brand: #fd3bba;
/* SwiftUI */
Color(red: 0.992, green: 0.231, blue: 0.729)
/* Android */
Color.parseColor("#fd3bba")Accessibility — WCAG contrast
Aa
#fd3bba on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3bba on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow26.5%
Key (black)0.8%
Color previews
#fd3bba text on a black background
contrast 6.51:1
Card sample
#fd3bba text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3bba;
Background color
Panel with #fd3bba background
background-color: #fd3bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 59, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 59, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3bba; background: linear-gradient(135deg, #fd3bba, #FD3D3B);