#fd45bb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 69, 187
HSL
322°, 98%, 63%
CMYK
0, 73, 26, 1
Luminance
0.2873
Every format
| HEX | #fd45bb |
| RGB | rgb(253, 69, 187) |
| HSL | hsl(322, 98%, 63%) |
| CMYK | cmyk(0%, 73%, 26%, 1%) |
| LAB | lab(60.5 78.0 -22.1) |
| LCH | lch(60.5 81.1 344.1) |
| OKLCH | oklch(0.692 0.244 346.1) |
Copy-ready code
/* CSS */
color: #fd45bb;
background-color: #fd45bb;
/* Tailwind (arbitrary) */
class="text-[#fd45bb] bg-[#fd45bb]"
/* SCSS */
$brand: #fd45bb;
/* SwiftUI */
Color(red: 0.992, green: 0.271, blue: 0.733)
/* Android */
Color.parseColor("#fd45bb")Accessibility — WCAG contrast
Aa
#fd45bb on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd45bb on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.1%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow26.1%
Key (black)0.8%
Color previews
#fd45bb text on a black background
contrast 6.75:1
Card sample
#fd45bb text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd45bb;
Background color
Panel with #fd45bb background
background-color: #fd45bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd45bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 69, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 69, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd45bb; background: linear-gradient(135deg, #fd45bb, #FD4945);