#f471b2
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 113, 178
HSL
330°, 86%, 70%
CMYK
0, 54, 27, 4
Luminance
0.3426
Every format
| HEX | #f471b2 |
| RGB | rgb(244, 113, 178) |
| HSL | hsl(330, 86%, 70%) |
| CMYK | cmyk(0%, 54%, 27%, 4%) |
| LAB | lab(65.2 57.1 -10.2) |
| LCH | lch(65.2 58.0 349.9) |
| OKLCH | oklch(0.723 0.175 351.4) |
Copy-ready code
/* CSS */
color: #f471b2;
background-color: #f471b2;
/* Tailwind (arbitrary) */
class="text-[#f471b2] bg-[#f471b2]"
/* SCSS */
$brand: #f471b2;
/* SwiftUI */
Color(red: 0.957, green: 0.443, blue: 0.698)
/* Android */
Color.parseColor("#f471b2")Accessibility — WCAG contrast
Aa
#f471b2 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f471b2 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green44.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow27.0%
Key (black)4.3%
Color previews
#f471b2 text on a black background
contrast 7.85:1
Card sample
#f471b2 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f471b2;
Background color
Panel with #f471b2 background
background-color: #f471b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f471b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 113, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 113, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f471b2; background: linear-gradient(135deg, #f471b2, #F48771);