#f99cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 156, 253
HSL
298°, 96%, 80%
CMYK
2, 38, 0, 1
Luminance
0.5101
Every format
| HEX | #f99cfd |
| RGB | rgb(249, 156, 253) |
| HSL | hsl(298, 96%, 80%) |
| CMYK | cmyk(2%, 38%, 0%, 1%) |
| LAB | lab(76.7 49.2 -34.0) |
| LCH | lch(76.7 59.8 325.3) |
| OKLCH | oklch(0.819 0.164 325.5) |
Copy-ready code
/* CSS */
color: #f99cfd;
background-color: #f99cfd;
/* Tailwind (arbitrary) */
class="text-[#f99cfd] bg-[#f99cfd]"
/* SCSS */
$brand: #f99cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.992)
/* Android */
Color.parseColor("#f99cfd")Accessibility — WCAG contrast
Aa
#f99cfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cfd on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta38.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f99cfd text on a black background
contrast 11.20:1
Card sample
#f99cfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cfd;
Background color
Panel with #f99cfd background
background-color: #f99cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cfd; background: linear-gradient(135deg, #f99cfd, #FD9CC0);