#f7b4ac
a light, electric red · warm · closest name: pink
RGB
247, 180, 172
HSL
6°, 82%, 82%
CMYK
0, 27, 30, 3
Luminance
0.5540
Every format
| HEX | #f7b4ac |
| RGB | rgb(247, 180, 172) |
| HSL | hsl(6, 82%, 82%) |
| CMYK | cmyk(0%, 27%, 30%, 3%) |
| LAB | lab(79.3 23.3 13.7) |
| LCH | lch(79.3 27.0 30.5) |
| OKLCH | oklch(0.830 0.080 26.6) |
Copy-ready code
/* CSS */
color: #f7b4ac;
background-color: #f7b4ac;
/* Tailwind (arbitrary) */
class="text-[#f7b4ac] bg-[#f7b4ac]"
/* SCSS */
$brand: #f7b4ac;
/* SwiftUI */
Color(red: 0.969, green: 0.706, blue: 0.675)
/* Android */
Color.parseColor("#f7b4ac")Accessibility — WCAG contrast
Aa
#f7b4ac on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7b4ac on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green70.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow30.4%
Key (black)3.1%
Color previews
#f7b4ac text on a black background
contrast 12.08:1
Card sample
#f7b4ac text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7b4ac;
Background color
Panel with #f7b4ac background
background-color: #f7b4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7b4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 180, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 180, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7b4ac; background: linear-gradient(135deg, #f7b4ac, #F7E6AC);