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