#f45df2
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 93, 242
HSL
301°, 87%, 66%
CMYK
0, 62, 1, 4
Luminance
0.3347
Every format
| HEX | #f45df2 |
| RGB | rgb(244, 93, 242) |
| HSL | hsl(301, 87%, 66%) |
| CMYK | cmyk(0%, 62%, 1%, 4%) |
| LAB | lab(64.5 75.1 -47.0) |
| LCH | lch(64.5 88.6 327.9) |
| OKLCH | oklch(0.726 0.247 328.3) |
Copy-ready code
/* CSS */
color: #f45df2;
background-color: #f45df2;
/* Tailwind (arbitrary) */
class="text-[#f45df2] bg-[#f45df2]"
/* SCSS */
$brand: #f45df2;
/* SwiftUI */
Color(red: 0.957, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#f45df2")Accessibility — WCAG contrast
Aa
#f45df2 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f45df2 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.5%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow0.8%
Key (black)4.3%
Color previews
#f45df2 text on a black background
contrast 7.69:1
Card sample
#f45df2 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45df2;
Background color
Panel with #f45df2 background
background-color: #f45df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45df2; background: linear-gradient(135deg, #f45df2, #F45D8D);