#f47acb
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 122, 203
HSL
320°, 85%, 72%
CMYK
0, 50, 17, 4
Luminance
0.3746
Every format
| HEX | #f47acb |
| RGB | rgb(244, 122, 203) |
| HSL | hsl(320, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 17%, 4%) |
| LAB | lab(67.6 56.3 -20.5) |
| LCH | lch(67.6 60.0 340.0) |
| OKLCH | oklch(0.744 0.175 341.8) |
Copy-ready code
/* CSS */
color: #f47acb;
background-color: #f47acb;
/* Tailwind (arbitrary) */
class="text-[#f47acb] bg-[#f47acb]"
/* SCSS */
$brand: #f47acb;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.796)
/* Android */
Color.parseColor("#f47acb")Accessibility — WCAG contrast
Aa
#f47acb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47acb on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow16.8%
Key (black)4.3%
Color previews
#f47acb text on a black background
contrast 8.49:1
Card sample
#f47acb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47acb;
Background color
Panel with #f47acb background
background-color: #f47acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47acb; background: linear-gradient(135deg, #f47acb, #F47B7A);