#ff7abf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 122, 191
HSL
329°, 100%, 74%
CMYK
0, 52, 25, 0
Luminance
0.3894
Every format
| HEX | #ff7abf |
| RGB | rgb(255, 122, 191) |
| HSL | hsl(329, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 25%, 0%) |
| LAB | lab(68.7 58.0 -12.0) |
| LCH | lch(68.7 59.2 348.3) |
| OKLCH | oklch(0.753 0.178 349.9) |
Copy-ready code
/* CSS */
color: #ff7abf;
background-color: #ff7abf;
/* Tailwind (arbitrary) */
class="text-[#ff7abf] bg-[#ff7abf]"
/* SCSS */
$brand: #ff7abf;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#ff7abf")Accessibility — WCAG contrast
Aa
#ff7abf on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7abf on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow25.1%
Key (black)0.0%
Color previews
#ff7abf text on a black background
contrast 8.79:1
Card sample
#ff7abf text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7abf;
Background color
Panel with #ff7abf background
background-color: #ff7abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7abf; background: linear-gradient(135deg, #ff7abf, #FF8E7A);