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