#ff74b3
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 116, 179
HSL
333°, 100%, 73%
CMYK
0, 55, 30, 0
Luminance
0.3701
Every format
| HEX | #ff74b3 |
| RGB | rgb(255, 116, 179) |
| HSL | hsl(333, 100%, 73%) |
| CMYK | cmyk(0%, 55%, 30%, 0%) |
| LAB | lab(67.3 59.2 -7.4) |
| LCH | lch(67.3 59.7 352.9) |
| OKLCH | oklch(0.742 0.181 354.0) |
Copy-ready code
/* CSS */
color: #ff74b3;
background-color: #ff74b3;
/* Tailwind (arbitrary) */
class="text-[#ff74b3] bg-[#ff74b3]"
/* SCSS */
$brand: #ff74b3;
/* SwiftUI */
Color(red: 1.000, green: 0.455, blue: 0.702)
/* Android */
Color.parseColor("#ff74b3")Accessibility — WCAG contrast
Aa
#ff74b3 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff74b3 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green45.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow29.8%
Key (black)0.0%
Color previews
#ff74b3 text on a black background
contrast 8.40:1
Card sample
#ff74b3 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff74b3;
Background color
Panel with #ff74b3 background
background-color: #ff74b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff74b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 116, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 116, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff74b3; background: linear-gradient(135deg, #ff74b3, #FF9174);