#f477b5
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 119, 181
HSL
330°, 85%, 71%
CMYK
0, 51, 26, 4
Luminance
0.3576
Every format
| HEX | #f477b5 |
| RGB | rgb(244, 119, 181) |
| HSL | hsl(330, 85%, 71%) |
| CMYK | cmyk(0%, 51%, 26%, 4%) |
| LAB | lab(66.3 54.7 -10.1) |
| LCH | lch(66.3 55.6 349.5) |
| OKLCH | oklch(0.732 0.167 351.0) |
Copy-ready code
/* CSS */
color: #f477b5;
background-color: #f477b5;
/* Tailwind (arbitrary) */
class="text-[#f477b5] bg-[#f477b5]"
/* SCSS */
$brand: #f477b5;
/* SwiftUI */
Color(red: 0.957, green: 0.467, blue: 0.710)
/* Android */
Color.parseColor("#f477b5")Accessibility — WCAG contrast
Aa
#f477b5 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f477b5 on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green46.7%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow25.8%
Key (black)4.3%
Color previews
#f477b5 text on a black background
contrast 8.15:1
Card sample
#f477b5 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f477b5;
Background color
Panel with #f477b5 background
background-color: #f477b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f477b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 119, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 119, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f477b5; background: linear-gradient(135deg, #f477b5, #F48C77);