#ff24d7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 36, 215
HSL
311°, 100%, 57%
CMYK
0, 86, 16, 0
Luminance
0.2743
Every format
| HEX | #ff24d7 |
| RGB | rgb(255, 36, 215) |
| HSL | hsl(311, 100%, 57%) |
| CMYK | cmyk(0%, 86%, 16%, 0%) |
| LAB | lab(59.4 89.6 -39.9) |
| LCH | lch(59.4 98.1 336.0) |
| OKLCH | oklch(0.688 0.287 337.7) |
Copy-ready code
/* CSS */
color: #ff24d7;
background-color: #ff24d7;
/* Tailwind (arbitrary) */
class="text-[#ff24d7] bg-[#ff24d7]"
/* SCSS */
$brand: #ff24d7;
/* SwiftUI */
Color(red: 1.000, green: 0.141, blue: 0.843)
/* Android */
Color.parseColor("#ff24d7")Accessibility — WCAG contrast
Aa
#ff24d7 on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff24d7 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green14.1%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta85.9%
Yellow15.7%
Key (black)0.0%
Color previews
#ff24d7 text on a black background
contrast 6.49:1
Card sample
#ff24d7 text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff24d7;
Background color
Panel with #ff24d7 background
background-color: #ff24d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff24d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 36, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 36, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff24d7; background: linear-gradient(135deg, #ff24d7, #FF2445);