#ff4bf9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 75, 249
HSL
302°, 100%, 65%
CMYK
0, 71, 2, 0
Luminance
0.3313
Every format
| HEX | #ff4bf9 |
| RGB | rgb(255, 75, 249) |
| HSL | hsl(302, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 2%, 0%) |
| LAB | lab(64.3 85.0 -51.2) |
| LCH | lch(64.3 99.2 328.9) |
| OKLCH | oklch(0.729 0.278 329.4) |
Copy-ready code
/* CSS */
color: #ff4bf9;
background-color: #ff4bf9;
/* Tailwind (arbitrary) */
class="text-[#ff4bf9] bg-[#ff4bf9]"
/* SCSS */
$brand: #ff4bf9;
/* SwiftUI */
Color(red: 1.000, green: 0.294, blue: 0.976)
/* Android */
Color.parseColor("#ff4bf9")Accessibility — WCAG contrast
Aa
#ff4bf9 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4bf9 on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.4%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow2.4%
Key (black)0.0%
Color previews
#ff4bf9 text on a black background
contrast 7.63:1
Card sample
#ff4bf9 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4bf9;
Background color
Panel with #ff4bf9 background
background-color: #ff4bf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4bf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 75, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 75, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4bf9; background: linear-gradient(135deg, #ff4bf9, #FF4B81);