#f479df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 121, 223
HSL
310°, 85%, 72%
CMYK
0, 50, 9, 4
Luminance
0.3824
Every format
| HEX | #f479df |
| RGB | rgb(244, 121, 223) |
| HSL | hsl(310, 85%, 72%) |
| CMYK | cmyk(0%, 50%, 9%, 4%) |
| LAB | lab(68.2 59.9 -30.8) |
| LCH | lch(68.2 67.3 332.8) |
| OKLCH | oklch(0.750 0.192 334.2) |
Copy-ready code
/* CSS */
color: #f479df;
background-color: #f479df;
/* Tailwind (arbitrary) */
class="text-[#f479df] bg-[#f479df]"
/* SCSS */
$brand: #f479df;
/* SwiftUI */
Color(red: 0.957, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#f479df")Accessibility — WCAG contrast
Aa
#f479df on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f479df on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green47.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta50.4%
Yellow8.6%
Key (black)4.3%
Color previews
#f479df text on a black background
contrast 8.65:1
Card sample
#f479df text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f479df;
Background color
Panel with #f479df background
background-color: #f479df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f479df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f479df; background: linear-gradient(135deg, #f479df, #F4798D);