#f476df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 118, 223
HSL
310°, 85%, 71%
CMYK
0, 52, 9, 4
Luminance
0.3752
Every format
| HEX | #f476df |
| RGB | rgb(244, 118, 223) |
| HSL | hsl(310, 85%, 71%) |
| CMYK | cmyk(0%, 52%, 9%, 4%) |
| LAB | lab(67.7 61.3 -31.6) |
| LCH | lch(67.7 69.0 332.7) |
| OKLCH | oklch(0.746 0.196 334.1) |
Copy-ready code
/* CSS */
color: #f476df;
background-color: #f476df;
/* Tailwind (arbitrary) */
class="text-[#f476df] bg-[#f476df]"
/* SCSS */
$brand: #f476df;
/* SwiftUI */
Color(red: 0.957, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#f476df")Accessibility — WCAG contrast
Aa
#f476df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f476df on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green46.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.6%
Yellow8.6%
Key (black)4.3%
Color previews
#f476df text on a black background
contrast 8.50:1
Card sample
#f476df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f476df;
Background color
Panel with #f476df background
background-color: #f476df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f476df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f476df; background: linear-gradient(135deg, #f476df, #F4768B);