#f477cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 119, 205
HSL
319°, 85%, 71%
CMYK
0, 51, 16, 4
Luminance
0.3683
Every format
| HEX | #f477cd |
| RGB | rgb(244, 119, 205) |
| HSL | hsl(319, 85%, 71%) |
| CMYK | cmyk(0%, 51%, 16%, 4%) |
| LAB | lab(67.2 58.0 -22.4) |
| LCH | lch(67.2 62.2 338.9) |
| OKLCH | oklch(0.740 0.182 340.8) |
Copy-ready code
/* CSS */
color: #f477cd;
background-color: #f477cd;
/* Tailwind (arbitrary) */
class="text-[#f477cd] bg-[#f477cd]"
/* SCSS */
$brand: #f477cd;
/* SwiftUI */
Color(red: 0.957, green: 0.467, blue: 0.804)
/* Android */
Color.parseColor("#f477cd")Accessibility — WCAG contrast
Aa
#f477cd on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f477cd on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green46.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow16.0%
Key (black)4.3%
Color previews
#f477cd text on a black background
contrast 8.37:1
Card sample
#f477cd text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f477cd;
Background color
Panel with #f477cd background
background-color: #f477cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f477cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 119, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 119, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f477cd; background: linear-gradient(135deg, #f477cd, #F4777A);