#f47ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 122, 206
HSL
319°, 85%, 72%
CMYK
0, 50, 16, 4
Luminance
0.3761
Every format
| HEX | #f47ace |
| RGB | rgb(244, 122, 206) |
| HSL | hsl(319, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 16%, 4%) |
| LAB | lab(67.7 56.8 -22.0) |
| LCH | lch(67.7 60.9 338.8) |
| OKLCH | oklch(0.745 0.177 340.6) |
Copy-ready code
/* CSS */
color: #f47ace;
background-color: #f47ace;
/* Tailwind (arbitrary) */
class="text-[#f47ace] bg-[#f47ace]"
/* SCSS */
$brand: #f47ace;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.808)
/* Android */
Color.parseColor("#f47ace")Accessibility — WCAG contrast
Aa
#f47ace on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47ace on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow15.6%
Key (black)4.3%
Color previews
#f47ace text on a black background
contrast 8.52:1
Card sample
#f47ace text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47ace;
Background color
Panel with #f47ace background
background-color: #f47ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47ace; background: linear-gradient(135deg, #f47ace, #F47A7D);