#f23afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 58, 253
HSL
297°, 98%, 61%
CMYK
4, 77, 0, 1
Luminance
0.2900
Every format
| HEX | #f23afd |
| RGB | rgb(242, 58, 253) |
| HSL | hsl(297, 98%, 61%) |
| CMYK | cmyk(4%, 77%, 0%, 1%) |
| LAB | lab(60.8 87.9 -59.1) |
| LCH | lch(60.8 105.9 326.1) |
| OKLCH | oklch(0.701 0.291 325.5) |
Copy-ready code
/* CSS */
color: #f23afd;
background-color: #f23afd;
/* Tailwind (arbitrary) */
class="text-[#f23afd] bg-[#f23afd]"
/* SCSS */
$brand: #f23afd;
/* SwiftUI */
Color(red: 0.949, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#f23afd")Accessibility — WCAG contrast
Aa
#f23afd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23afd on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green22.7%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f23afd text on a black background
contrast 6.80:1
Card sample
#f23afd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23afd;
Background color
Panel with #f23afd background
background-color: #f23afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23afd; background: linear-gradient(135deg, #f23afd, #FD3A86);