#f469df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 105, 223
HSL
309°, 86%, 68%
CMYK
0, 57, 9, 4
Luminance
0.3466
Every format
| HEX | #f469df |
| RGB | rgb(244, 105, 223) |
| HSL | hsl(309, 86%, 68%) |
| CMYK | cmyk(0%, 57%, 9%, 4%) |
| LAB | lab(65.5 67.1 -35.0) |
| LCH | lch(65.5 75.7 332.5) |
| OKLCH | oklch(0.730 0.216 333.8) |
Copy-ready code
/* CSS */
color: #f469df;
background-color: #f469df;
/* Tailwind (arbitrary) */
class="text-[#f469df] bg-[#f469df]"
/* SCSS */
$brand: #f469df;
/* SwiftUI */
Color(red: 0.957, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#f469df")Accessibility — WCAG contrast
Aa
#f469df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f469df on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green41.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow8.6%
Key (black)4.3%
Color previews
#f469df text on a black background
contrast 7.93:1
Card sample
#f469df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f469df;
Background color
Panel with #f469df background
background-color: #f469df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f469df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f469df; background: linear-gradient(135deg, #f469df, #F46982);