#f99cbf
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 156, 191
HSL
337°, 89%, 79%
CMYK
0, 37, 23, 2
Luminance
0.4768
Every format
| HEX | #f99cbf |
| RGB | rgb(249, 156, 191) |
| HSL | hsl(337, 89%, 79%) |
| CMYK | cmyk(0%, 37%, 23%, 2%) |
| LAB | lab(74.6 39.1 -3.3) |
| LCH | lch(74.6 39.3 355.1) |
| OKLCH | oklch(0.796 0.118 356.0) |
Copy-ready code
/* CSS */
color: #f99cbf;
background-color: #f99cbf;
/* Tailwind (arbitrary) */
class="text-[#f99cbf] bg-[#f99cbf]"
/* SCSS */
$brand: #f99cbf;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#f99cbf")Accessibility — WCAG contrast
Aa
#f99cbf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cbf on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow23.3%
Key (black)2.4%
Color previews
#f99cbf text on a black background
contrast 10.54:1
Card sample
#f99cbf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cbf;
Background color
Panel with #f99cbf background
background-color: #f99cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cbf; background: linear-gradient(135deg, #f99cbf, #F9B79C);