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