#f99cba
a light, electric magenta / pink · warm · closest name: pink
RGB
249, 156, 186
HSL
341°, 89%, 79%
CMYK
0, 37, 25, 2
Luminance
0.4746
Every format
| HEX | #f99cba |
| RGB | rgb(249, 156, 186) |
| HSL | hsl(341, 89%, 79%) |
| CMYK | cmyk(0%, 37%, 25%, 2%) |
| LAB | lab(74.5 38.5 -0.8) |
| LCH | lch(74.5 38.5 358.9) |
| OKLCH | oklch(0.795 0.116 359.3) |
Copy-ready code
/* CSS */
color: #f99cba;
background-color: #f99cba;
/* Tailwind (arbitrary) */
class="text-[#f99cba] bg-[#f99cba]"
/* SCSS */
$brand: #f99cba;
/* SwiftUI */
Color(red: 0.976, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#f99cba")Accessibility — WCAG contrast
Aa
#f99cba on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99cba on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow25.3%
Key (black)2.4%
Color previews
#f99cba text on a black background
contrast 10.49:1
Card sample
#f99cba text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99cba;
Background color
Panel with #f99cba background
background-color: #f99cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99cba; background: linear-gradient(135deg, #f99cba, #F9BC9C);