#f471ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 113, 173
HSL
333°, 86%, 70%
CMYK
0, 54, 29, 4
Luminance
0.3406
Every format
| HEX | #f471ad |
| RGB | rgb(244, 113, 173) |
| HSL | hsl(333, 86%, 70%) |
| CMYK | cmyk(0%, 54%, 29%, 4%) |
| LAB | lab(65.0 56.5 -7.5) |
| LCH | lch(65.0 57.0 352.4) |
| OKLCH | oklch(0.721 0.172 353.6) |
Copy-ready code
/* CSS */
color: #f471ad;
background-color: #f471ad;
/* Tailwind (arbitrary) */
class="text-[#f471ad] bg-[#f471ad]"
/* SCSS */
$brand: #f471ad;
/* SwiftUI */
Color(red: 0.957, green: 0.443, blue: 0.678)
/* Android */
Color.parseColor("#f471ad")Accessibility — WCAG contrast
Aa
#f471ad on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f471ad on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green44.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow29.1%
Key (black)4.3%
Color previews
#f471ad text on a black background
contrast 7.81:1
Card sample
#f471ad text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f471ad;
Background color
Panel with #f471ad background
background-color: #f471ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f471ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 113, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 113, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f471ad; background: linear-gradient(135deg, #f471ad, #F48C71);