#f2467d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
242, 70, 125
HSL
341°, 87%, 61%
CMYK
0, 71, 48, 5
Luminance
0.2474
Every format
| HEX | #f2467d |
| RGB | rgb(242, 70, 125) |
| HSL | hsl(341, 87%, 61%) |
| CMYK | cmyk(0%, 71%, 48%, 5%) |
| LAB | lab(56.8 68.5 8.3) |
| LCH | lch(56.8 69.0 6.9) |
| OKLCH | oklch(0.655 0.210 6.0) |
Copy-ready code
/* CSS */
color: #f2467d;
background-color: #f2467d;
/* Tailwind (arbitrary) */
class="text-[#f2467d] bg-[#f2467d]"
/* SCSS */
$brand: #f2467d;
/* SwiftUI */
Color(red: 0.949, green: 0.275, blue: 0.490)
/* Android */
Color.parseColor("#f2467d")Accessibility — WCAG contrast
Aa
#f2467d on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2467d on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green27.5%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow48.3%
Key (black)5.1%
Color previews
#f2467d text on a black background
contrast 5.95:1
Card sample
#f2467d text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2467d;
Background color
Panel with #f2467d background
background-color: #f2467d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2467d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 70, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 70, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2467d; background: linear-gradient(135deg, #f2467d, #F28246);