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