#f23ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 58, 222
HSL
307°, 88%, 59%
CMYK
0, 76, 8, 5
Luminance
0.2718
Every format
| HEX | #f23ade |
| RGB | rgb(242, 58, 222) |
| HSL | hsl(307, 88%, 59%) |
| CMYK | cmyk(0%, 76%, 8%, 5%) |
| LAB | lab(59.1 83.3 -44.4) |
| LCH | lch(59.1 94.3 331.9) |
| OKLCH | oklch(0.684 0.270 333.1) |
Copy-ready code
/* CSS */
color: #f23ade;
background-color: #f23ade;
/* Tailwind (arbitrary) */
class="text-[#f23ade] bg-[#f23ade]"
/* SCSS */
$brand: #f23ade;
/* SwiftUI */
Color(red: 0.949, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#f23ade")Accessibility — WCAG contrast
Aa
#f23ade on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23ade on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green22.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow8.3%
Key (black)5.1%
Color previews
#f23ade text on a black background
contrast 6.44:1
Card sample
#f23ade text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23ade;
Background color
Panel with #f23ade background
background-color: #f23ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23ade; background: linear-gradient(135deg, #f23ade, #F23A63);