#f48dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 141, 254
HSL
295°, 98%, 78%
CMYK
4, 45, 0, 0
Luminance
0.4544
Every format
| HEX | #f48dfe |
| RGB | rgb(244, 141, 254) |
| HSL | hsl(295, 98%, 78%) |
| CMYK | cmyk(4%, 45%, 0%, 0%) |
| LAB | lab(73.2 55.5 -40.1) |
| LCH | lch(73.2 68.4 324.2) |
| OKLCH | oklch(0.792 0.187 323.9) |
Copy-ready code
/* CSS */
color: #f48dfe;
background-color: #f48dfe;
/* Tailwind (arbitrary) */
class="text-[#f48dfe] bg-[#f48dfe]"
/* SCSS */
$brand: #f48dfe;
/* SwiftUI */
Color(red: 0.957, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#f48dfe")Accessibility — WCAG contrast
Aa
#f48dfe on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48dfe on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green55.3%
Blue99.6%
CMYK percentages
Cyan3.9%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f48dfe text on a black background
contrast 10.09:1
Card sample
#f48dfe text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48dfe;
Background color
Panel with #f48dfe background
background-color: #f48dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48dfe; background: linear-gradient(135deg, #f48dfe, #FE8DBD);