#f47bc9
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 123, 201
HSL
321°, 85%, 72%
CMYK
0, 50, 18, 4
Luminance
0.3762
Every format
| HEX | #f47bc9 |
| RGB | rgb(244, 123, 201) |
| HSL | hsl(321, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 18%, 4%) |
| LAB | lab(67.7 55.5 -19.2) |
| LCH | lch(67.7 58.8 340.9) |
| OKLCH | oklch(0.744 0.172 342.7) |
Copy-ready code
/* CSS */
color: #f47bc9;
background-color: #f47bc9;
/* Tailwind (arbitrary) */
class="text-[#f47bc9] bg-[#f47bc9]"
/* SCSS */
$brand: #f47bc9;
/* SwiftUI */
Color(red: 0.957, green: 0.482, blue: 0.788)
/* Android */
Color.parseColor("#f47bc9")Accessibility — WCAG contrast
Aa
#f47bc9 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47bc9 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green48.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow17.6%
Key (black)4.3%
Color previews
#f47bc9 text on a black background
contrast 8.52:1
Card sample
#f47bc9 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47bc9;
Background color
Panel with #f47bc9 background
background-color: #f47bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 123, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 123, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47bc9; background: linear-gradient(135deg, #f47bc9, #F47E7B);