#ff74ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 116, 206
HSL
321°, 100%, 73%
CMYK
0, 55, 19, 0
Luminance
0.3821
Every format
| HEX | #ff74ce |
| RGB | rgb(255, 116, 206) |
| HSL | hsl(321, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 19%, 0%) |
| LAB | lab(68.2 62.8 -21.2) |
| LCH | lch(68.2 66.3 341.3) |
| OKLCH | oklch(0.751 0.196 343.2) |
Copy-ready code
/* CSS */
color: #ff74ce;
background-color: #ff74ce;
/* Tailwind (arbitrary) */
class="text-[#ff74ce] bg-[#ff74ce]"
/* SCSS */
$brand: #ff74ce;
/* SwiftUI */
Color(red: 1.000, green: 0.455, blue: 0.808)
/* Android */
Color.parseColor("#ff74ce")Accessibility — WCAG contrast
Aa
#ff74ce on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff74ce on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow19.2%
Key (black)0.0%
Color previews
#ff74ce text on a black background
contrast 8.64:1
Card sample
#ff74ce text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff74ce;
Background color
Panel with #ff74ce background
background-color: #ff74ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff74ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 116, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 116, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff74ce; background: linear-gradient(135deg, #ff74ce, #FF7774);