#fb39fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
251, 57, 254
HSL
299°, 99%, 61%
CMYK
1, 78, 0, 0
Luminance
0.3059
Every format
| HEX | #fb39fe |
| RGB | rgb(251, 57, 254) |
| HSL | hsl(299, 99%, 61%) |
| CMYK | cmyk(1%, 78%, 0%, 0%) |
| LAB | lab(62.2 89.9 -57.4) |
| LCH | lch(62.2 106.7 327.5) |
| OKLCH | oklch(0.713 0.296 327.5) |
Copy-ready code
/* CSS */
color: #fb39fe;
background-color: #fb39fe;
/* Tailwind (arbitrary) */
class="text-[#fb39fe] bg-[#fb39fe]"
/* SCSS */
$brand: #fb39fe;
/* SwiftUI */
Color(red: 0.984, green: 0.224, blue: 0.996)
/* Android */
Color.parseColor("#fb39fe")Accessibility — WCAG contrast
Aa
#fb39fe on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb39fe on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green22.4%
Blue99.6%
CMYK percentages
Cyan1.2%
Magenta77.6%
Yellow0.0%
Key (black)0.4%
Color previews
#fb39fe text on a black background
contrast 7.12:1
Card sample
#fb39fe text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb39fe;
Background color
Panel with #fb39fe background
background-color: #fb39fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb39fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 57, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 57, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb39fe; background: linear-gradient(135deg, #fb39fe, #FE397E);