#f7b0ac
a light, electric red · warm · closest name: pink
RGB
247, 176, 172
HSL
3°, 82%, 82%
CMYK
0, 29, 30, 3
Luminance
0.5380
Every format
| HEX | #f7b0ac |
| RGB | rgb(247, 176, 172) |
| HSL | hsl(3, 82%, 82%) |
| CMYK | cmyk(0%, 29%, 30%, 3%) |
| LAB | lab(78.3 25.4 12.4) |
| LCH | lch(78.3 28.3 26.0) |
| OKLCH | oklch(0.823 0.084 22.7) |
Copy-ready code
/* CSS */
color: #f7b0ac;
background-color: #f7b0ac;
/* Tailwind (arbitrary) */
class="text-[#f7b0ac] bg-[#f7b0ac]"
/* SCSS */
$brand: #f7b0ac;
/* SwiftUI */
Color(red: 0.969, green: 0.690, blue: 0.675)
/* Android */
Color.parseColor("#f7b0ac")Accessibility — WCAG contrast
Aa
#f7b0ac on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b0ac on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green69.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta28.7%
Yellow30.4%
Key (black)3.1%
Color previews
#f7b0ac text on a black background
contrast 11.76:1
Card sample
#f7b0ac text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b0ac;
Background color
Panel with #f7b0ac background
background-color: #f7b0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 176, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 176, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b0ac; background: linear-gradient(135deg, #f7b0ac, #F7E2AC);