#f23ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 62, 241
HSL
300°, 87%, 60%
CMYK
0, 74, 0, 5
Luminance
0.2867
Every format
| HEX | #f23ef1 |
| RGB | rgb(242, 62, 241) |
| HSL | hsl(300, 87%, 60%) |
| CMYK | cmyk(0%, 74%, 0%, 5%) |
| LAB | lab(60.5 85.0 -52.9) |
| LCH | lch(60.5 100.1 328.1) |
| OKLCH | oklch(0.696 0.279 328.3) |
Copy-ready code
/* CSS */
color: #f23ef1;
background-color: #f23ef1;
/* Tailwind (arbitrary) */
class="text-[#f23ef1] bg-[#f23ef1]"
/* SCSS */
$brand: #f23ef1;
/* SwiftUI */
Color(red: 0.949, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#f23ef1")Accessibility — WCAG contrast
Aa
#f23ef1 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23ef1 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green24.3%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow0.4%
Key (black)5.1%
Color previews
#f23ef1 text on a black background
contrast 6.73:1
Card sample
#f23ef1 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23ef1;
Background color
Panel with #f23ef1 background
background-color: #f23ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23ef1; background: linear-gradient(135deg, #f23ef1, #F23E79);