#f53dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 61, 187
HSL
319°, 90%, 60%
CMYK
0, 75, 24, 4
Luminance
0.2634
Every format
| HEX | #f53dbb |
| RGB | rgb(245, 61, 187) |
| HSL | hsl(319, 90%, 60%) |
| CMYK | cmyk(0%, 75%, 24%, 4%) |
| LAB | lab(58.4 78.5 -25.6) |
| LCH | lch(58.4 82.5 341.9) |
| OKLCH | oklch(0.674 0.247 343.9) |
Copy-ready code
/* CSS */
color: #f53dbb;
background-color: #f53dbb;
/* Tailwind (arbitrary) */
class="text-[#f53dbb] bg-[#f53dbb]"
/* SCSS */
$brand: #f53dbb;
/* SwiftUI */
Color(red: 0.961, green: 0.239, blue: 0.733)
/* Android */
Color.parseColor("#f53dbb")Accessibility — WCAG contrast
Aa
#f53dbb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f53dbb on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green23.9%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow23.7%
Key (black)3.9%
Color previews
#f53dbb text on a black background
contrast 6.27:1
Card sample
#f53dbb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f53dbb;
Background color
Panel with #f53dbb background
background-color: #f53dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f53dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 61, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 61, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f53dbb; background: linear-gradient(135deg, #f53dbb, #F53D40);