#f477ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 119, 186
HSL
328°, 85%, 71%
CMYK
0, 51, 24, 4
Luminance
0.3597
Every format
| HEX | #f477ba |
| RGB | rgb(244, 119, 186) |
| HSL | hsl(328, 85%, 71%) |
| CMYK | cmyk(0%, 51%, 24%, 4%) |
| LAB | lab(66.5 55.3 -12.7) |
| LCH | lch(66.5 56.8 347.1) |
| OKLCH | oklch(0.733 0.170 348.7) |
Copy-ready code
/* CSS */
color: #f477ba;
background-color: #f477ba;
/* Tailwind (arbitrary) */
class="text-[#f477ba] bg-[#f477ba]"
/* SCSS */
$brand: #f477ba;
/* SwiftUI */
Color(red: 0.957, green: 0.467, blue: 0.729)
/* Android */
Color.parseColor("#f477ba")Accessibility — WCAG contrast
Aa
#f477ba on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f477ba on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green46.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow23.8%
Key (black)4.3%
Color previews
#f477ba text on a black background
contrast 8.19:1
Card sample
#f477ba text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f477ba;
Background color
Panel with #f477ba background
background-color: #f477ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f477ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 119, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 119, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f477ba; background: linear-gradient(135deg, #f477ba, #F48777);