#ff7fe0
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 127, 224
HSL
315°, 100%, 75%
CMYK
0, 50, 12, 0
Luminance
0.4182
Every format
| HEX | #ff7fe0 |
| RGB | rgb(255, 127, 224) |
| HSL | hsl(315, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 12%, 0%) |
| LAB | lab(70.8 60.4 -27.3) |
| LCH | lch(70.8 66.3 335.7) |
| OKLCH | oklch(0.772 0.191 337.3) |
Copy-ready code
/* CSS */
color: #ff7fe0;
background-color: #ff7fe0;
/* Tailwind (arbitrary) */
class="text-[#ff7fe0] bg-[#ff7fe0]"
/* SCSS */
$brand: #ff7fe0;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.878)
/* Android */
Color.parseColor("#ff7fe0")Accessibility — WCAG contrast
Aa
#ff7fe0 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7fe0 on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow12.2%
Key (black)0.0%
Color previews
#ff7fe0 text on a black background
contrast 9.36:1
Card sample
#ff7fe0 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7fe0;
Background color
Panel with #ff7fe0 background
background-color: #ff7fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7fe0; background: linear-gradient(135deg, #ff7fe0, #FF7F8B);