#f9b0aa
a light, electric red · warm · closest name: pink
RGB
249, 176, 170
HSL
5°, 87%, 82%
CMYK
0, 29, 32, 2
Luminance
0.5409
Every format
| HEX | #f9b0aa |
| RGB | rgb(249, 176, 170) |
| HSL | hsl(5, 87%, 82%) |
| CMYK | cmyk(0%, 29%, 32%, 2%) |
| LAB | lab(78.5 25.9 13.8) |
| LCH | lch(78.5 29.3 28.0) |
| OKLCH | oklch(0.825 0.086 24.4) |
Copy-ready code
/* CSS */
color: #f9b0aa;
background-color: #f9b0aa;
/* Tailwind (arbitrary) */
class="text-[#f9b0aa] bg-[#f9b0aa]"
/* SCSS */
$brand: #f9b0aa;
/* SwiftUI */
Color(red: 0.976, green: 0.690, blue: 0.667)
/* Android */
Color.parseColor("#f9b0aa")Accessibility — WCAG contrast
Aa
#f9b0aa on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b0aa on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green69.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta29.3%
Yellow31.7%
Key (black)2.4%
Color previews
#f9b0aa text on a black background
contrast 11.82:1
Card sample
#f9b0aa text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b0aa;
Background color
Panel with #f9b0aa background
background-color: #f9b0aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b0aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 176, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 176, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b0aa; background: linear-gradient(135deg, #f9b0aa, #F9E5AA);