#fd3bcb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 59, 203
HSL
316°, 98%, 61%
CMYK
0, 77, 20, 1
Luminance
0.2832
Every format
| HEX | #fd3bcb |
| RGB | rgb(253, 59, 203) |
| HSL | hsl(316, 98%, 61%) |
| CMYK | cmyk(0%, 77%, 20%, 1%) |
| LAB | lab(60.2 82.8 -31.9) |
| LCH | lch(60.2 88.7 338.9) |
| OKLCH | oklch(0.692 0.263 340.9) |
Copy-ready code
/* CSS */
color: #fd3bcb;
background-color: #fd3bcb;
/* Tailwind (arbitrary) */
class="text-[#fd3bcb] bg-[#fd3bcb]"
/* SCSS */
$brand: #fd3bcb;
/* SwiftUI */
Color(red: 0.992, green: 0.231, blue: 0.796)
/* Android */
Color.parseColor("#fd3bcb")Accessibility — WCAG contrast
Aa
#fd3bcb on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3bcb on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow19.8%
Key (black)0.8%
Color previews
#fd3bcb text on a black background
contrast 6.66:1
Card sample
#fd3bcb text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3bcb;
Background color
Panel with #fd3bcb background
background-color: #fd3bcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3bcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 59, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 59, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3bcb; background: linear-gradient(135deg, #fd3bcb, #FD3B4A);