#f47ad2
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 122, 210
HSL
317°, 85%, 72%
CMYK
0, 50, 14, 4
Luminance
0.3781
Every format
| HEX | #f47ad2 |
| RGB | rgb(244, 122, 210) |
| HSL | hsl(317, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 14%, 4%) |
| LAB | lab(67.9 57.4 -24.1) |
| LCH | lch(67.9 62.2 337.3) |
| OKLCH | oklch(0.746 0.180 339.0) |
Copy-ready code
/* CSS */
color: #f47ad2;
background-color: #f47ad2;
/* Tailwind (arbitrary) */
class="text-[#f47ad2] bg-[#f47ad2]"
/* SCSS */
$brand: #f47ad2;
/* SwiftUI */
Color(red: 0.957, green: 0.478, blue: 0.824)
/* Android */
Color.parseColor("#f47ad2")Accessibility — WCAG contrast
Aa
#f47ad2 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47ad2 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow13.9%
Key (black)4.3%
Color previews
#f47ad2 text on a black background
contrast 8.56:1
Card sample
#f47ad2 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47ad2;
Background color
Panel with #f47ad2 background
background-color: #f47ad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47ad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 122, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 122, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47ad2; background: linear-gradient(135deg, #f47ad2, #F47A81);