#ff7fe3
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 127, 227
HSL
313°, 100%, 75%
CMYK
0, 50, 11, 0
Luminance
0.4198
Every format
| HEX | #ff7fe3 |
| RGB | rgb(255, 127, 227) |
| HSL | hsl(313, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 11%, 0%) |
| LAB | lab(70.9 60.8 -28.8) |
| LCH | lch(70.9 67.3 334.7) |
| OKLCH | oklch(0.774 0.193 336.3) |
Copy-ready code
/* CSS */
color: #ff7fe3;
background-color: #ff7fe3;
/* Tailwind (arbitrary) */
class="text-[#ff7fe3] bg-[#ff7fe3]"
/* SCSS */
$brand: #ff7fe3;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.890)
/* Android */
Color.parseColor("#ff7fe3")Accessibility — WCAG contrast
Aa
#ff7fe3 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7fe3 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow11.0%
Key (black)0.0%
Color previews
#ff7fe3 text on a black background
contrast 9.40:1
Card sample
#ff7fe3 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7fe3;
Background color
Panel with #ff7fe3 background
background-color: #ff7fe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7fe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7fe3; background: linear-gradient(135deg, #ff7fe3, #FF7F8E);