#f47ab8
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 122, 184
HSL
330°, 85%, 72%
CMYK
0, 50, 25, 4
Luminance
0.3661
Every format
| HEX | #f47ab8 |
| RGB | rgb(244, 122, 184) |
| HSL | hsl(330, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 25%, 4%) |
| LAB | lab(67.0 53.6 -10.8) |
| LCH | lch(67.0 54.7 348.6) |
| OKLCH | oklch(0.737 0.164 350.1) |
Copy-ready code
/* CSS */
color: #f47ab8;
background-color: #f47ab8;
/* Tailwind (arbitrary) */
class="text-[#f47ab8] bg-[#f47ab8]"
/* SCSS */
$brand: #f47ab8;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.722)
/* Android */
Color.parseColor("#f47ab8")Accessibility — WCAG contrast
Aa
#f47ab8 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47ab8 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow24.6%
Key (black)4.3%
Color previews
#f47ab8 text on a black background
contrast 8.32:1
Card sample
#f47ab8 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47ab8;
Background color
Panel with #f47ab8 background
background-color: #f47ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47ab8; background: linear-gradient(135deg, #f47ab8, #F48D7A);