#f47cd2
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 124, 210
HSL
317°, 85%, 72%
CMYK
0, 49, 14, 4
Luminance
0.3830
Every format
| HEX | #f47cd2 |
| RGB | rgb(244, 124, 210) |
| HSL | hsl(317, 85%, 72%) |
| CMYK | cmyk(0%, 49%, 14%, 4%) |
| LAB | lab(68.3 56.4 -23.5) |
| LCH | lch(68.3 61.1 337.4) |
| OKLCH | oklch(0.749 0.177 339.2) |
Copy-ready code
/* CSS */
color: #f47cd2;
background-color: #f47cd2;
/* Tailwind (arbitrary) */
class="text-[#f47cd2] bg-[#f47cd2]"
/* SCSS */
$brand: #f47cd2;
/* SwiftUI */
Color(red: 0.957, green: 0.486, blue: 0.824)
/* Android */
Color.parseColor("#f47cd2")Accessibility — WCAG contrast
Aa
#f47cd2 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47cd2 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green48.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta49.2%
Yellow13.9%
Key (black)4.3%
Color previews
#f47cd2 text on a black background
contrast 8.66:1
Card sample
#f47cd2 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47cd2;
Background color
Panel with #f47cd2 background
background-color: #f47cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 124, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 124, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47cd2; background: linear-gradient(135deg, #f47cd2, #F47C82);