#f52dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 45, 191
HSL
316°, 91%, 57%
CMYK
0, 82, 22, 4
Luminance
0.2505
Every format
| HEX | #f52dbf |
| RGB | rgb(245, 45, 191) |
| HSL | hsl(316, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 22%, 4%) |
| LAB | lab(57.1 83.0 -29.8) |
| LCH | lch(57.1 88.2 340.2) |
| OKLCH | oklch(0.665 0.263 342.2) |
Copy-ready code
/* CSS */
color: #f52dbf;
background-color: #f52dbf;
/* Tailwind (arbitrary) */
class="text-[#f52dbf] bg-[#f52dbf]"
/* SCSS */
$brand: #f52dbf;
/* SwiftUI */
Color(red: 0.961, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#f52dbf")Accessibility — WCAG contrast
Aa
#f52dbf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52dbf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow22.0%
Key (black)3.9%
Color previews
#f52dbf text on a black background
contrast 6.01:1
Card sample
#f52dbf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52dbf;
Background color
Panel with #f52dbf background
background-color: #f52dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52dbf; background: linear-gradient(135deg, #f52dbf, #F52D3A);