#f47ac8
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 122, 200
HSL
322°, 85%, 72%
CMYK
0, 50, 18, 4
Luminance
0.3732
Every format
| HEX | #f47ac8 |
| RGB | rgb(244, 122, 200) |
| HSL | hsl(322, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 18%, 4%) |
| LAB | lab(67.5 55.9 -19.0) |
| LCH | lch(67.5 59.0 341.2) |
| OKLCH | oklch(0.743 0.173 343.1) |
Copy-ready code
/* CSS */
color: #f47ac8;
background-color: #f47ac8;
/* Tailwind (arbitrary) */
class="text-[#f47ac8] bg-[#f47ac8]"
/* SCSS */
$brand: #f47ac8;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.784)
/* Android */
Color.parseColor("#f47ac8")Accessibility — WCAG contrast
Aa
#f47ac8 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47ac8 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow18.0%
Key (black)4.3%
Color previews
#f47ac8 text on a black background
contrast 8.46:1
Card sample
#f47ac8 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47ac8;
Background color
Panel with #f47ac8 background
background-color: #f47ac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47ac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47ac8; background: linear-gradient(135deg, #f47ac8, #F47D7A);