#f232d2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 50, 210
HSL
310°, 88%, 57%
CMYK
0, 79, 13, 5
Luminance
0.2581
Every format
| HEX | #f232d2 |
| RGB | rgb(242, 50, 210) |
| HSL | hsl(310, 88%, 57%) |
| CMYK | cmyk(0%, 79%, 13%, 5%) |
| LAB | lab(57.9 83.6 -39.6) |
| LCH | lch(57.9 92.5 334.7) |
| OKLCH | oklch(0.672 0.269 336.3) |
Copy-ready code
/* CSS */
color: #f232d2;
background-color: #f232d2;
/* Tailwind (arbitrary) */
class="text-[#f232d2] bg-[#f232d2]"
/* SCSS */
$brand: #f232d2;
/* SwiftUI */
Color(red: 0.949, green: 0.196, blue: 0.824)
/* Android */
Color.parseColor("#f232d2")Accessibility — WCAG contrast
Aa
#f232d2 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f232d2 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green19.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta79.3%
Yellow13.2%
Key (black)5.1%
Color previews
#f232d2 text on a black background
contrast 6.16:1
Card sample
#f232d2 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f232d2;
Background color
Panel with #f232d2 background
background-color: #f232d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f232d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 50, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 50, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f232d2; background: linear-gradient(135deg, #f232d2, #F23252);