#ff4bf2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 75, 242
HSL
304°, 100%, 65%
CMYK
0, 71, 5, 0
Luminance
0.3270
Every format
| HEX | #ff4bf2 |
| RGB | rgb(255, 75, 242) |
| HSL | hsl(304, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 5%, 0%) |
| LAB | lab(63.9 83.9 -47.9) |
| LCH | lch(63.9 96.6 330.3) |
| OKLCH | oklch(0.725 0.273 331.1) |
Copy-ready code
/* CSS */
color: #ff4bf2;
background-color: #ff4bf2;
/* Tailwind (arbitrary) */
class="text-[#ff4bf2] bg-[#ff4bf2]"
/* SCSS */
$brand: #ff4bf2;
/* SwiftUI */
Color(red: 1.000, green: 0.294, blue: 0.949)
/* Android */
Color.parseColor("#ff4bf2")Accessibility — WCAG contrast
Aa
#ff4bf2 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4bf2 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.4%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow5.1%
Key (black)0.0%
Color previews
#ff4bf2 text on a black background
contrast 7.54:1
Card sample
#ff4bf2 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4bf2;
Background color
Panel with #ff4bf2 background
background-color: #ff4bf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4bf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 75, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 75, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4bf2; background: linear-gradient(135deg, #ff4bf2, #FF4B7A);