#fd3bbc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 59, 188
HSL
320°, 98%, 61%
CMYK
0, 77, 26, 1
Luminance
0.2764
Every format
| HEX | #fd3bbc |
| RGB | rgb(253, 59, 188) |
| HSL | hsl(320, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 26%, 1%) |
| LAB | lab(59.6 81.0 -24.2) |
| LCH | lch(59.6 84.5 343.3) |
| OKLCH | oklch(0.685 0.254 345.3) |
Copy-ready code
/* CSS */
color: #fd3bbc;
background-color: #fd3bbc;
/* Tailwind (arbitrary) */
class="text-[#fd3bbc] bg-[#fd3bbc]"
/* SCSS */
$brand: #fd3bbc;
/* SwiftUI */
Color(red: 0.992, green: 0.231, blue: 0.737)
/* Android */
Color.parseColor("#fd3bbc")Accessibility — WCAG contrast
Aa
#fd3bbc on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3bbc on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow25.7%
Key (black)0.8%
Color previews
#fd3bbc text on a black background
contrast 6.53:1
Card sample
#fd3bbc text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3bbc;
Background color
Panel with #fd3bbc background
background-color: #fd3bbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3bbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 59, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 59, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3bbc; background: linear-gradient(135deg, #fd3bbc, #FD3B3B);