#f83af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 58, 244
HSL
301°, 93%, 60%
CMYK
0, 77, 2, 3
Luminance
0.2951
Every format
| HEX | #f83af4 |
| RGB | rgb(248, 58, 244) |
| HSL | hsl(301, 93%, 60%) |
| CMYK | cmyk(0%, 77%, 2%, 3%) |
| LAB | lab(61.2 87.6 -53.3) |
| LCH | lch(61.2 102.6 328.7) |
| OKLCH | oklch(0.704 0.287 329.1) |
Copy-ready code
/* CSS */
color: #f83af4;
background-color: #f83af4;
/* Tailwind (arbitrary) */
class="text-[#f83af4] bg-[#f83af4]"
/* SCSS */
$brand: #f83af4;
/* SwiftUI */
Color(red: 0.973, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#f83af4")Accessibility — WCAG contrast
Aa
#f83af4 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83af4 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green22.7%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow1.6%
Key (black)2.7%
Color previews
#f83af4 text on a black background
contrast 6.90:1
Card sample
#f83af4 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83af4;
Background color
Panel with #f83af4 background
background-color: #f83af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83af4; background: linear-gradient(135deg, #f83af4, #F83A75);