#f474cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 116, 207
HSL
317°, 85%, 71%
CMYK
0, 53, 15, 4
Luminance
0.3623
Every format
| HEX | #f474cf |
| RGB | rgb(244, 116, 207) |
| HSL | hsl(317, 85%, 71%) |
| CMYK | cmyk(0%, 53%, 15%, 4%) |
| LAB | lab(66.7 59.7 -24.2) |
| LCH | lch(66.7 64.5 338.0) |
| OKLCH | oklch(0.737 0.188 339.8) |
Copy-ready code
/* CSS */
color: #f474cf;
background-color: #f474cf;
/* Tailwind (arbitrary) */
class="text-[#f474cf] bg-[#f474cf]"
/* SCSS */
$brand: #f474cf;
/* SwiftUI */
Color(red: 0.957, green: 0.455, blue: 0.812)
/* Android */
Color.parseColor("#f474cf")Accessibility — WCAG contrast
Aa
#f474cf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f474cf on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green45.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow15.2%
Key (black)4.3%
Color previews
#f474cf text on a black background
contrast 8.25:1
Card sample
#f474cf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f474cf;
Background color
Panel with #f474cf background
background-color: #f474cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f474cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 116, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 116, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f474cf; background: linear-gradient(135deg, #f474cf, #F4747A);