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