#ff7ab3
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 122, 179
HSL
334°, 100%, 74%
CMYK
0, 52, 30, 0
Luminance
0.3843
Every format
| HEX | #ff7ab3 |
| RGB | rgb(255, 122, 179) |
| HSL | hsl(334, 100%, 74%) |
| CMYK | cmyk(0%, 52%, 30%, 0%) |
| LAB | lab(68.3 56.5 -5.8) |
| LCH | lch(68.3 56.8 354.1) |
| OKLCH | oklch(0.750 0.172 355.1) |
Copy-ready code
/* CSS */
color: #ff7ab3;
background-color: #ff7ab3;
/* Tailwind (arbitrary) */
class="text-[#ff7ab3] bg-[#ff7ab3]"
/* SCSS */
$brand: #ff7ab3;
/* SwiftUI */
Color(red: 1.000, green: 0.478, blue: 0.702)
/* Android */
Color.parseColor("#ff7ab3")Accessibility — WCAG contrast
Aa
#ff7ab3 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7ab3 on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green47.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow29.8%
Key (black)0.0%
Color previews
#ff7ab3 text on a black background
contrast 8.69:1
Card sample
#ff7ab3 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7ab3;
Background color
Panel with #ff7ab3 background
background-color: #ff7ab3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7ab3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 122, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 122, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7ab3; background: linear-gradient(135deg, #ff7ab3, #FF9A7A);