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