#ff74df
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 116, 223
HSL
314°, 100%, 73%
CMYK
0, 55, 13, 0
Luminance
0.3908
Every format
| HEX | #ff74df |
| RGB | rgb(255, 116, 223) |
| HSL | hsl(314, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 13%, 0%) |
| LAB | lab(68.8 65.3 -29.7) |
| LCH | lch(68.8 71.7 335.5) |
| OKLCH | oklch(0.758 0.207 337.2) |
Copy-ready code
/* CSS */
color: #ff74df;
background-color: #ff74df;
/* Tailwind (arbitrary) */
class="text-[#ff74df] bg-[#ff74df]"
/* SCSS */
$brand: #ff74df;
/* SwiftUI */
Color(red: 1.000, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#ff74df")Accessibility — WCAG contrast
Aa
#ff74df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff74df on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow12.5%
Key (black)0.0%
Color previews
#ff74df text on a black background
contrast 8.82:1
Card sample
#ff74df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff74df;
Background color
Panel with #ff74df background
background-color: #ff74df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff74df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff74df; background: linear-gradient(135deg, #ff74df, #FF7482);