#ff7ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 127, 252
HSL
301°, 100%, 75%
CMYK
0, 50, 1, 0
Luminance
0.4347
Every format
| HEX | #ff7ffc |
| RGB | rgb(255, 127, 252) |
| HSL | hsl(301, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 1%, 0%) |
| LAB | lab(71.9 64.9 -40.9) |
| LCH | lch(71.9 76.7 327.8) |
| OKLCH | oklch(0.784 0.213 328.3) |
Copy-ready code
/* CSS */
color: #ff7ffc;
background-color: #ff7ffc;
/* Tailwind (arbitrary) */
class="text-[#ff7ffc] bg-[#ff7ffc]"
/* SCSS */
$brand: #ff7ffc;
/* SwiftUI */
Color(red: 1.000, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#ff7ffc")Accessibility — WCAG contrast
Aa
#ff7ffc on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7ffc on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.8%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta50.2%
Yellow1.2%
Key (black)0.0%
Color previews
#ff7ffc text on a black background
contrast 9.69:1
Card sample
#ff7ffc text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7ffc;
Background color
Panel with #ff7ffc background
background-color: #ff7ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7ffc; background: linear-gradient(135deg, #ff7ffc, #FF7FA7);