#f23af4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 58, 244
HSL
299°, 89%, 59%
CMYK
1, 76, 0, 4
Luminance
0.2844
Every format
| HEX | #f23af4 |
| RGB | rgb(242, 58, 244) |
| HSL | hsl(299, 89%, 59%) |
| CMYK | cmyk(1%, 76%, 0%, 4%) |
| LAB | lab(60.3 86.5 -54.9) |
| LCH | lch(60.3 102.4 327.6) |
| OKLCH | oklch(0.695 0.285 327.6) |
Copy-ready code
/* CSS */
color: #f23af4;
background-color: #f23af4;
/* Tailwind (arbitrary) */
class="text-[#f23af4] bg-[#f23af4]"
/* SCSS */
$brand: #f23af4;
/* SwiftUI */
Color(red: 0.949, green: 0.227, blue: 0.957)
/* Android */
Color.parseColor("#f23af4")Accessibility — WCAG contrast
Aa
#f23af4 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23af4 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green22.7%
Blue95.7%
CMYK percentages
Cyan0.8%
Magenta76.2%
Yellow0.0%
Key (black)4.3%
Color previews
#f23af4 text on a black background
contrast 6.69:1
Card sample
#f23af4 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23af4;
Background color
Panel with #f23af4 background
background-color: #f23af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 58, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 58, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23af4; background: linear-gradient(135deg, #f23af4, #F43A7A);