#f99baf
a light, electric red · warm · closest name: pink
RGB
249, 155, 175
HSL
347°, 89%, 79%
CMYK
0, 38, 30, 2
Luminance
0.4668
Every format
| HEX | #f99baf |
| RGB | rgb(249, 155, 175) |
| HSL | hsl(347, 89%, 79%) |
| CMYK | cmyk(0%, 38%, 30%, 2%) |
| LAB | lab(74.0 37.5 4.6) |
| LCH | lch(74.0 37.8 6.9) |
| OKLCH | oklch(0.790 0.114 6.2) |
Copy-ready code
/* CSS */
color: #f99baf;
background-color: #f99baf;
/* Tailwind (arbitrary) */
class="text-[#f99baf] bg-[#f99baf]"
/* SCSS */
$brand: #f99baf;
/* SwiftUI */
Color(red: 0.976, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#f99baf")Accessibility — WCAG contrast
Aa
#f99baf on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f99baf on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow29.7%
Key (black)2.4%
Color previews
#f99baf text on a black background
contrast 10.34:1
Card sample
#f99baf text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f99baf;
Background color
Panel with #f99baf background
background-color: #f99baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f99baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f99baf; background: linear-gradient(135deg, #f99baf, #F9C69B);