#f99da2
a light, electric red · warm · closest name: pink
RGB
249, 157, 162
HSL
357°, 89%, 80%
CMYK
0, 37, 35, 2
Luminance
0.4686
Every format
| HEX | #f99da2 |
| RGB | rgb(249, 157, 162) |
| HSL | hsl(357, 89%, 80%) |
| CMYK | cmyk(0%, 37%, 35%, 2%) |
| LAB | lab(74.1 34.9 11.9) |
| LCH | lch(74.1 36.8 18.8) |
| OKLCH | oklch(0.790 0.110 16.3) |
Copy-ready code
/* CSS */
color: #f99da2;
background-color: #f99da2;
/* Tailwind (arbitrary) */
class="text-[#f99da2] bg-[#f99da2]"
/* SCSS */
$brand: #f99da2;
/* SwiftUI */
Color(red: 0.976, green: 0.616, blue: 0.635)
/* Android */
Color.parseColor("#f99da2")Accessibility — WCAG contrast
Aa
#f99da2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99da2 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green61.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow34.9%
Key (black)2.4%
Color previews
#f99da2 text on a black background
contrast 10.37:1
Card sample
#f99da2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99da2;
Background color
Panel with #f99da2 background
background-color: #f99da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 157, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 157, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99da2; background: linear-gradient(135deg, #f99da2, #F9D59D);