#ff4abf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 74, 191
HSL
321°, 100%, 65%
CMYK
0, 71, 25, 0
Luminance
0.2992
Every format
| HEX | #ff4abf |
| RGB | rgb(255, 74, 191) |
| HSL | hsl(321, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 25%, 0%) |
| LAB | lab(61.6 77.3 -22.8) |
| LCH | lch(61.6 80.7 343.6) |
| OKLCH | oklch(0.701 0.242 345.5) |
Copy-ready code
/* CSS */
color: #ff4abf;
background-color: #ff4abf;
/* Tailwind (arbitrary) */
class="text-[#ff4abf] bg-[#ff4abf]"
/* SCSS */
$brand: #ff4abf;
/* SwiftUI */
Color(red: 1.000, green: 0.290, blue: 0.749)
/* Android */
Color.parseColor("#ff4abf")Accessibility — WCAG contrast
Aa
#ff4abf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4abf on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta71.0%
Yellow25.1%
Key (black)0.0%
Color previews
#ff4abf text on a black background
contrast 6.98:1
Card sample
#ff4abf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4abf;
Background color
Panel with #ff4abf background
background-color: #ff4abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 74, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 74, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4abf; background: linear-gradient(135deg, #ff4abf, #FF4E4A);