#fb39ac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
251, 57, 172
HSL
324°, 96%, 60%
CMYK
0, 77, 32, 2
Luminance
0.2641
Every format
| HEX | #fb39ac |
| RGB | rgb(251, 57, 172) |
| HSL | hsl(324, 96%, 60%) |
| CMYK | cmyk(0%, 77%, 32%, 2%) |
| LAB | lab(58.4 79.3 -16.7) |
| LCH | lch(58.4 81.0 348.1) |
| OKLCH | oklch(0.674 0.246 349.8) |
Copy-ready code
/* CSS */
color: #fb39ac;
background-color: #fb39ac;
/* Tailwind (arbitrary) */
class="text-[#fb39ac] bg-[#fb39ac]"
/* SCSS */
$brand: #fb39ac;
/* SwiftUI */
Color(red: 0.984, green: 0.224, blue: 0.675)
/* Android */
Color.parseColor("#fb39ac")Accessibility — WCAG contrast
Aa
#fb39ac on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fb39ac on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green22.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow31.5%
Key (black)1.6%
Color previews
#fb39ac text on a black background
contrast 6.28:1
Card sample
#fb39ac text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb39ac;
Background color
Panel with #fb39ac background
background-color: #fb39ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb39ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 57, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 57, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb39ac; background: linear-gradient(135deg, #fb39ac, #FB4739);