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