#f477db
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 119, 219
HSL
312°, 85%, 71%
CMYK
0, 51, 10, 4
Luminance
0.3754
Every format
| HEX | #f477db |
| RGB | rgb(244, 119, 219) |
| HSL | hsl(312, 85%, 71%) |
| CMYK | cmyk(0%, 51%, 10%, 4%) |
| LAB | lab(67.7 60.2 -29.4) |
| LCH | lch(67.7 67.0 334.0) |
| OKLCH | oklch(0.746 0.192 335.5) |
Copy-ready code
/* CSS */
color: #f477db;
background-color: #f477db;
/* Tailwind (arbitrary) */
class="text-[#f477db] bg-[#f477db]"
/* SCSS */
$brand: #f477db;
/* SwiftUI */
Color(red: 0.957, green: 0.467, blue: 0.859)
/* Android */
Color.parseColor("#f477db")Accessibility — WCAG contrast
Aa
#f477db on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f477db on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green46.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow10.2%
Key (black)4.3%
Color previews
#f477db text on a black background
contrast 8.51:1
Card sample
#f477db text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f477db;
Background color
Panel with #f477db background
background-color: #f477db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f477db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 119, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 119, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f477db; background: linear-gradient(135deg, #f477db, #F47788);