#f49dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 157, 253
HSL
294°, 96%, 80%
CMYK
4, 38, 0, 1
Luminance
0.5044
Every format
| HEX | #f49dfd |
| RGB | rgb(244, 157, 253) |
| HSL | hsl(294, 96%, 80%) |
| CMYK | cmyk(4%, 38%, 0%, 1%) |
| LAB | lab(76.3 47.2 -34.6) |
| LCH | lch(76.3 58.5 323.7) |
| OKLCH | oklch(0.815 0.159 323.5) |
Copy-ready code
/* CSS */
color: #f49dfd;
background-color: #f49dfd;
/* Tailwind (arbitrary) */
class="text-[#f49dfd] bg-[#f49dfd]"
/* SCSS */
$brand: #f49dfd;
/* SwiftUI */
Color(red: 0.957, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#f49dfd")Accessibility — WCAG contrast
Aa
#f49dfd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f49dfd on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green61.6%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f49dfd text on a black background
contrast 11.09:1
Card sample
#f49dfd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f49dfd;
Background color
Panel with #f49dfd background
background-color: #f49dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f49dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f49dfd; background: linear-gradient(135deg, #f49dfd, #FD9DC6);