#f51dbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
245, 29, 187
HSL
316°, 92%, 54%
CMYK
0, 88, 24, 4
Luminance
0.2388
Every format
| HEX | #f51dbb |
| RGB | rgb(245, 29, 187) |
| HSL | hsl(316, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 24%, 4%) |
| LAB | lab(56.0 85.3 -29.3) |
| LCH | lch(56.0 90.3 341.0) |
| OKLCH | oklch(0.657 0.270 343.1) |
Copy-ready code
/* CSS */
color: #f51dbb;
background-color: #f51dbb;
/* Tailwind (arbitrary) */
class="text-[#f51dbb] bg-[#f51dbb]"
/* SCSS */
$brand: #f51dbb;
/* SwiftUI */
Color(red: 0.961, green: 0.114, blue: 0.733)
/* Android */
Color.parseColor("#f51dbb")Accessibility — WCAG contrast
Aa
#f51dbb on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51dbb on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green11.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta88.2%
Yellow23.7%
Key (black)3.9%
Color previews
#f51dbb text on a black background
contrast 5.78:1
Card sample
#f51dbb text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51dbb;
Background color
Panel with #f51dbb background
background-color: #f51dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 29, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 29, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51dbb; background: linear-gradient(135deg, #f51dbb, #F51D2B);