#ff7cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 124, 253
HSL
301°, 100%, 74%
CMYK
0, 51, 1, 0
Luminance
0.4277
Every format
| HEX | #ff7cfd |
| RGB | rgb(255, 124, 253) |
| HSL | hsl(301, 100%, 74%) |
| CMYK | cmyk(0%, 51%, 1%, 0%) |
| LAB | lab(71.4 66.4 -42.2) |
| LCH | lch(71.4 78.7 327.6) |
| OKLCH | oklch(0.781 0.219 328.0) |
Copy-ready code
/* CSS */
color: #ff7cfd;
background-color: #ff7cfd;
/* Tailwind (arbitrary) */
class="text-[#ff7cfd] bg-[#ff7cfd]"
/* SCSS */
$brand: #ff7cfd;
/* SwiftUI */
Color(red: 1.000, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#ff7cfd")Accessibility — WCAG contrast
Aa
#ff7cfd on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7cfd on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.6%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow0.8%
Key (black)0.0%
Color previews
#ff7cfd text on a black background
contrast 9.55:1
Card sample
#ff7cfd text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7cfd;
Background color
Panel with #ff7cfd background
background-color: #ff7cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7cfd; background: linear-gradient(135deg, #ff7cfd, #FF7CA6);