#ff74fd
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 116, 253
HSL
301°, 100%, 73%
CMYK
0, 55, 1, 0
Luminance
0.4084
Every format
| HEX | #ff74fd |
| RGB | rgb(255, 116, 253) |
| HSL | hsl(301, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 1%, 0%) |
| LAB | lab(70.1 70.0 -44.3) |
| LCH | lch(70.1 82.8 327.7) |
| OKLCH | oklch(0.771 0.230 328.1) |
Copy-ready code
/* CSS */
color: #ff74fd;
background-color: #ff74fd;
/* Tailwind (arbitrary) */
class="text-[#ff74fd] bg-[#ff74fd]"
/* SCSS */
$brand: #ff74fd;
/* SwiftUI */
Color(red: 1.000, green: 0.455, blue: 0.992)
/* Android */
Color.parseColor("#ff74fd")Accessibility — WCAG contrast
Aa
#ff74fd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff74fd on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.5%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow0.8%
Key (black)0.0%
Color previews
#ff74fd text on a black background
contrast 9.17:1
Card sample
#ff74fd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff74fd;
Background color
Panel with #ff74fd background
background-color: #ff74fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff74fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 116, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 116, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff74fd; background: linear-gradient(135deg, #ff74fd, #FF74A0);