#f52dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 45, 187
HSL
317°, 91%, 57%
CMYK
0, 82, 24, 4
Luminance
0.2488
Every format
| HEX | #f52dbb |
| RGB | rgb(245, 45, 187) |
| HSL | hsl(317, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 24%, 4%) |
| LAB | lab(57.0 82.5 -27.8) |
| LCH | lch(57.0 87.0 341.4) |
| OKLCH | oklch(0.664 0.260 343.4) |
Copy-ready code
/* CSS */
color: #f52dbb;
background-color: #f52dbb;
/* Tailwind (arbitrary) */
class="text-[#f52dbb] bg-[#f52dbb]"
/* SCSS */
$brand: #f52dbb;
/* SwiftUI */
Color(red: 0.961, green: 0.176, blue: 0.733)
/* Android */
Color.parseColor("#f52dbb")Accessibility — WCAG contrast
Aa
#f52dbb on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52dbb on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow23.7%
Key (black)3.9%
Color previews
#f52dbb text on a black background
contrast 5.98:1
Card sample
#f52dbb text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52dbb;
Background color
Panel with #f52dbb background
background-color: #f52dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 45, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 45, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52dbb; background: linear-gradient(135deg, #f52dbb, #F52D36);