#f474ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 116, 186
HSL
327°, 85%, 71%
CMYK
0, 53, 24, 4
Luminance
0.3527
Every format
| HEX | #f474ba |
| RGB | rgb(244, 116, 186) |
| HSL | hsl(327, 85%, 71%) |
| CMYK | cmyk(0%, 53%, 24%, 4%) |
| LAB | lab(66.0 56.8 -13.5) |
| LCH | lch(66.0 58.3 346.6) |
| OKLCH | oklch(0.729 0.174 348.3) |
Copy-ready code
/* CSS */
color: #f474ba;
background-color: #f474ba;
/* Tailwind (arbitrary) */
class="text-[#f474ba] bg-[#f474ba]"
/* SCSS */
$brand: #f474ba;
/* SwiftUI */
Color(red: 0.957, green: 0.455, blue: 0.729)
/* Android */
Color.parseColor("#f474ba")Accessibility — WCAG contrast
Aa
#f474ba on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f474ba on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green45.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow23.8%
Key (black)4.3%
Color previews
#f474ba text on a black background
contrast 8.05:1
Card sample
#f474ba text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f474ba;
Background color
Panel with #f474ba background
background-color: #f474ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f474ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 116, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 116, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f474ba; background: linear-gradient(135deg, #f474ba, #F48374);