#f477df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 119, 223
HSL
310°, 85%, 71%
CMYK
0, 51, 9, 4
Luminance
0.3775
Every format
| HEX | #f477df |
| RGB | rgb(244, 119, 223) |
| HSL | hsl(310, 85%, 71%) |
| CMYK | cmyk(0%, 51%, 9%, 4%) |
| LAB | lab(67.8 60.8 -31.3) |
| LCH | lch(67.8 68.4 332.7) |
| OKLCH | oklch(0.748 0.195 334.1) |
Copy-ready code
/* CSS */
color: #f477df;
background-color: #f477df;
/* Tailwind (arbitrary) */
class="text-[#f477df] bg-[#f477df]"
/* SCSS */
$brand: #f477df;
/* SwiftUI */
Color(red: 0.957, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#f477df")Accessibility — WCAG contrast
Aa
#f477df on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f477df on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green46.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow8.6%
Key (black)4.3%
Color previews
#f477df text on a black background
contrast 8.55:1
Card sample
#f477df text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f477df;
Background color
Panel with #f477df background
background-color: #f477df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f477df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f477df; background: linear-gradient(135deg, #f477df, #F4778C);