#f23df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 61, 240
HSL
301°, 87%, 59%
CMYK
0, 75, 1, 5
Luminance
0.2851
Every format
| HEX | #f23df0 |
| RGB | rgb(242, 61, 240) |
| HSL | hsl(301, 87%, 59%) |
| CMYK | cmyk(0%, 75%, 1%, 5%) |
| LAB | lab(60.4 85.1 -52.6) |
| LCH | lch(60.4 100.0 328.3) |
| OKLCH | oklch(0.695 0.279 328.6) |
Copy-ready code
/* CSS */
color: #f23df0;
background-color: #f23df0;
/* Tailwind (arbitrary) */
class="text-[#f23df0] bg-[#f23df0]"
/* SCSS */
$brand: #f23df0;
/* SwiftUI */
Color(red: 0.949, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#f23df0")Accessibility — WCAG contrast
Aa
#f23df0 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23df0 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green23.9%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow0.8%
Key (black)5.1%
Color previews
#f23df0 text on a black background
contrast 6.70:1
Card sample
#f23df0 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23df0;
Background color
Panel with #f23df0 background
background-color: #f23df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23df0; background: linear-gradient(135deg, #f23df0, #F23D77);