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