#ff7dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 125, 254
HSL
301°, 100%, 75%
CMYK
0, 51, 0, 0
Luminance
0.4308
Every format
| HEX | #ff7dfe |
| RGB | rgb(255, 125, 254) |
| HSL | hsl(301, 100%, 75%) |
| CMYK | cmyk(0%, 51%, 0%, 0%) |
| LAB | lab(71.6 66.2 -42.4) |
| LCH | lch(71.6 78.6 327.3) |
| OKLCH | oklch(0.783 0.218 327.7) |
Copy-ready code
/* CSS */
color: #ff7dfe;
background-color: #ff7dfe;
/* Tailwind (arbitrary) */
class="text-[#ff7dfe] bg-[#ff7dfe]"
/* SCSS */
$brand: #ff7dfe;
/* SwiftUI */
Color(red: 1.000, green: 0.490, blue: 0.996)
/* Android */
Color.parseColor("#ff7dfe")Accessibility — WCAG contrast
Aa
#ff7dfe on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7dfe on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green49.0%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta51.0%
Yellow0.4%
Key (black)0.0%
Color previews
#ff7dfe text on a black background
contrast 9.62:1
Card sample
#ff7dfe text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7dfe;
Background color
Panel with #ff7dfe background
background-color: #ff7dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 125, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 125, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7dfe; background: linear-gradient(135deg, #ff7dfe, #FF7DA7);