#f231fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 49, 253
HSL
297°, 98%, 59%
CMYK
4, 81, 0, 1
Luminance
0.2817
Every format
| HEX | #f231fd |
| RGB | rgb(242, 49, 253) |
| HSL | hsl(297, 98%, 59%) |
| CMYK | cmyk(4%, 81%, 0%, 1%) |
| LAB | lab(60.0 90.0 -60.3) |
| LCH | lch(60.0 108.3 326.2) |
| OKLCH | oklch(0.695 0.298 325.7) |
Copy-ready code
/* CSS */
color: #f231fd;
background-color: #f231fd;
/* Tailwind (arbitrary) */
class="text-[#f231fd] bg-[#f231fd]"
/* SCSS */
$brand: #f231fd;
/* SwiftUI */
Color(red: 0.949, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#f231fd")Accessibility — WCAG contrast
Aa
#f231fd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f231fd on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green19.2%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f231fd text on a black background
contrast 6.63:1
Card sample
#f231fd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f231fd;
Background color
Panel with #f231fd background
background-color: #f231fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f231fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f231fd; background: linear-gradient(135deg, #f231fd, #FD3180);