#f29afd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 154, 253
HSL
293°, 96%, 80%
CMYK
4, 39, 0, 1
Luminance
0.4908
Every format
| HEX | #f29afd |
| RGB | rgb(242, 154, 253) |
| HSL | hsl(293, 96%, 80%) |
| CMYK | cmyk(4%, 39%, 0%, 1%) |
| LAB | lab(75.5 48.1 -35.9) |
| LCH | lch(75.5 60.1 323.3) |
| OKLCH | oklch(0.808 0.163 322.9) |
Copy-ready code
/* CSS */
color: #f29afd;
background-color: #f29afd;
/* Tailwind (arbitrary) */
class="text-[#f29afd] bg-[#f29afd]"
/* SCSS */
$brand: #f29afd;
/* SwiftUI */
Color(red: 0.949, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#f29afd")Accessibility — WCAG contrast
Aa
#f29afd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29afd on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.4%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f29afd text on a black background
contrast 10.82:1
Card sample
#f29afd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29afd;
Background color
Panel with #f29afd background
background-color: #f29afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29afd; background: linear-gradient(135deg, #f29afd, #FD9AC6);