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