#f99dfe
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 157, 254
HSL
297°, 98%, 81%
CMYK
2, 38, 0, 0
Luminance
0.5141
Every format
| HEX | #f99dfe |
| RGB | rgb(249, 157, 254) |
| HSL | hsl(297, 98%, 81%) |
| CMYK | cmyk(2%, 38%, 0%, 0%) |
| LAB | lab(76.9 48.9 -34.2) |
| LCH | lch(76.9 59.6 325.0) |
| OKLCH | oklch(0.821 0.163 325.1) |
Copy-ready code
/* CSS */
color: #f99dfe;
background-color: #f99dfe;
/* Tailwind (arbitrary) */
class="text-[#f99dfe] bg-[#f99dfe]"
/* SCSS */
$brand: #f99dfe;
/* SwiftUI */
Color(red: 0.976, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#f99dfe")Accessibility — WCAG contrast
Aa
#f99dfe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99dfe on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.6%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f99dfe text on a black background
contrast 11.28:1
Card sample
#f99dfe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99dfe;
Background color
Panel with #f99dfe background
background-color: #f99dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99dfe; background: linear-gradient(135deg, #f99dfe, #FE9DC2);