#f29dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 157, 253
HSL
293°, 96%, 80%
CMYK
4, 38, 0, 1
Luminance
0.5008
Every format
| HEX | #f29dfd |
| RGB | rgb(242, 157, 253) |
| HSL | hsl(293, 96%, 80%) |
| CMYK | cmyk(4%, 38%, 0%, 1%) |
| LAB | lab(76.1 46.6 -35.0) |
| LCH | lch(76.1 58.3 323.1) |
| OKLCH | oklch(0.813 0.158 322.8) |
Copy-ready code
/* CSS */
color: #f29dfd;
background-color: #f29dfd;
/* Tailwind (arbitrary) */
class="text-[#f29dfd] bg-[#f29dfd]"
/* SCSS */
$brand: #f29dfd;
/* SwiftUI */
Color(red: 0.949, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#f29dfd")Accessibility — WCAG contrast
Aa
#f29dfd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29dfd on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green61.6%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f29dfd text on a black background
contrast 11.02:1
Card sample
#f29dfd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29dfd;
Background color
Panel with #f29dfd background
background-color: #f29dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29dfd; background: linear-gradient(135deg, #f29dfd, #FD9DC8);