#fb99ff
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 153, 255
HSL
298°, 100%, 80%
CMYK
2, 40, 0, 0
Luminance
0.5051
Every format
| HEX | #fb99ff |
| RGB | rgb(251, 153, 255) |
| HSL | hsl(298, 100%, 80%) |
| CMYK | cmyk(2%, 40%, 0%, 0%) |
| LAB | lab(76.4 51.6 -35.6) |
| LCH | lch(76.4 62.7 325.4) |
| OKLCH | oklch(0.817 0.172 325.6) |
Copy-ready code
/* CSS */
color: #fb99ff;
background-color: #fb99ff;
/* Tailwind (arbitrary) */
class="text-[#fb99ff] bg-[#fb99ff]"
/* SCSS */
$brand: #fb99ff;
/* SwiftUI */
Color(red: 0.984, green: 0.600, blue: 1.000)
/* Android */
Color.parseColor("#fb99ff")Accessibility — WCAG contrast
Aa
#fb99ff on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb99ff on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green60.0%
Blue100.0%
CMYK percentages
Cyan1.6%
Magenta40.0%
Yellow0.0%
Key (black)0.0%
Color previews
#fb99ff text on a black background
contrast 11.10:1
Card sample
#fb99ff text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb99ff;
Background color
Panel with #fb99ff background
background-color: #fb99ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb99ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 153, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 153, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb99ff; background: linear-gradient(135deg, #fb99ff, #FF99BF);