#f23cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 60, 223
HSL
306°, 88%, 59%
CMYK
0, 75, 8, 5
Luminance
0.2744
Every format
| HEX | #f23cdf |
| RGB | rgb(242, 60, 223) |
| HSL | hsl(306, 88%, 59%) |
| CMYK | cmyk(0%, 75%, 8%, 5%) |
| LAB | lab(59.4 82.8 -44.6) |
| LCH | lch(59.4 94.1 331.7) |
| OKLCH | oklch(0.685 0.269 332.9) |
Copy-ready code
/* CSS */
color: #f23cdf;
background-color: #f23cdf;
/* Tailwind (arbitrary) */
class="text-[#f23cdf] bg-[#f23cdf]"
/* SCSS */
$brand: #f23cdf;
/* SwiftUI */
Color(red: 0.949, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#f23cdf")Accessibility — WCAG contrast
Aa
#f23cdf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f23cdf on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green23.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.2%
Yellow7.9%
Key (black)5.1%
Color previews
#f23cdf text on a black background
contrast 6.49:1
Card sample
#f23cdf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f23cdf;
Background color
Panel with #f23cdf background
background-color: #f23cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f23cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f23cdf; background: linear-gradient(135deg, #f23cdf, #F23C65);