#f99ba6
a light, electric red · warm · closest name: pink
RGB
249, 155, 166
HSL
353°, 89%, 79%
CMYK
0, 38, 33, 2
Luminance
0.4634
Every format
| HEX | #f99ba6 |
| RGB | rgb(249, 155, 166) |
| HSL | hsl(353, 89%, 79%) |
| CMYK | cmyk(0%, 38%, 33%, 2%) |
| LAB | lab(73.8 36.4 9.2) |
| LCH | lch(73.8 37.5 14.2) |
| OKLCH | oklch(0.788 0.113 12.4) |
Copy-ready code
/* CSS */
color: #f99ba6;
background-color: #f99ba6;
/* Tailwind (arbitrary) */
class="text-[#f99ba6] bg-[#f99ba6]"
/* SCSS */
$brand: #f99ba6;
/* SwiftUI */
Color(red: 0.976, green: 0.608, blue: 0.651)
/* Android */
Color.parseColor("#f99ba6")Accessibility — WCAG contrast
Aa
#f99ba6 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99ba6 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.8%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow33.3%
Key (black)2.4%
Color previews
#f99ba6 text on a black background
contrast 10.27:1
Card sample
#f99ba6 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99ba6;
Background color
Panel with #f99ba6 background
background-color: #f99ba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99ba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 155, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 155, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99ba6; background: linear-gradient(135deg, #f99ba6, #F9CF9B);