#f29dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 157, 254
HSL
293°, 98%, 81%
CMYK
5, 38, 0, 0
Luminance
0.5015
Every format
| HEX | #f29dfe |
| RGB | rgb(242, 157, 254) |
| HSL | hsl(293, 98%, 81%) |
| CMYK | cmyk(5%, 38%, 0%, 0%) |
| LAB | lab(76.2 46.8 -35.5) |
| LCH | lch(76.2 58.7 322.8) |
| OKLCH | oklch(0.813 0.159 322.4) |
Copy-ready code
/* CSS */
color: #f29dfe;
background-color: #f29dfe;
/* Tailwind (arbitrary) */
class="text-[#f29dfe] bg-[#f29dfe]"
/* SCSS */
$brand: #f29dfe;
/* SwiftUI */
Color(red: 0.949, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#f29dfe")Accessibility — WCAG contrast
Aa
#f29dfe on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29dfe on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green61.6%
Blue99.6%
CMYK percentages
Cyan4.7%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f29dfe text on a black background
contrast 11.03:1
Card sample
#f29dfe text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29dfe;
Background color
Panel with #f29dfe background
background-color: #f29dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29dfe; background: linear-gradient(135deg, #f29dfe, #FE9DC9);