#f99afb
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 154, 251
HSL
299°, 92%, 79%
CMYK
1, 39, 0, 2
Luminance
0.5022
Every format
| HEX | #f99afb |
| RGB | rgb(249, 154, 251) |
| HSL | hsl(299, 92%, 79%) |
| CMYK | cmyk(1%, 39%, 0%, 2%) |
| LAB | lab(76.2 49.8 -33.7) |
| LCH | lch(76.2 60.2 325.9) |
| OKLCH | oklch(0.815 0.166 326.2) |
Copy-ready code
/* CSS */
color: #f99afb;
background-color: #f99afb;
/* Tailwind (arbitrary) */
class="text-[#f99afb] bg-[#f99afb]"
/* SCSS */
$brand: #f99afb;
/* SwiftUI */
Color(red: 0.976, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#f99afb")Accessibility — WCAG contrast
Aa
#f99afb on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99afb on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.4%
Blue98.4%
CMYK percentages
Cyan0.8%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f99afb text on a black background
contrast 11.04:1
Card sample
#f99afb text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99afb;
Background color
Panel with #f99afb background
background-color: #f99afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99afb; background: linear-gradient(135deg, #f99afb, #FB9ABC);