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