#f45fe2
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 95, 226
HSL
307°, 87%, 67%
CMYK
0, 61, 7, 4
Luminance
0.3291
Every format
| HEX | #f45fe2 |
| RGB | rgb(244, 95, 226) |
| HSL | hsl(307, 87%, 67%) |
| CMYK | cmyk(0%, 61%, 7%, 4%) |
| LAB | lab(64.1 71.8 -38.9) |
| LCH | lch(64.1 81.6 331.6) |
| OKLCH | oklch(0.721 0.232 332.7) |
Copy-ready code
/* CSS */
color: #f45fe2;
background-color: #f45fe2;
/* Tailwind (arbitrary) */
class="text-[#f45fe2] bg-[#f45fe2]"
/* SCSS */
$brand: #f45fe2;
/* SwiftUI */
Color(red: 0.957, green: 0.373, blue: 0.886)
/* Android */
Color.parseColor("#f45fe2")Accessibility — WCAG contrast
Aa
#f45fe2 on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45fe2 on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green37.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow7.4%
Key (black)4.3%
Color previews
#f45fe2 text on a black background
contrast 7.58:1
Card sample
#f45fe2 text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45fe2;
Background color
Panel with #f45fe2 background
background-color: #f45fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 95, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 95, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45fe2; background: linear-gradient(135deg, #f45fe2, #F45F7F);