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