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