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