#f7acbc
a light, electric red · warm · closest name: pink
RGB
247, 172, 188
HSL
347°, 82%, 82%
CMYK
0, 30, 24, 3
Luminance
0.5291
Every format
| HEX | #f7acbc |
| RGB | rgb(247, 172, 188) |
| HSL | hsl(347, 82%, 82%) |
| CMYK | cmyk(0%, 30%, 24%, 3%) |
| LAB | lab(77.8 29.7 3.0) |
| LCH | lch(77.8 29.8 5.7) |
| OKLCH | oklch(0.820 0.090 5.2) |
Copy-ready code
/* CSS */
color: #f7acbc;
background-color: #f7acbc;
/* Tailwind (arbitrary) */
class="text-[#f7acbc] bg-[#f7acbc]"
/* SCSS */
$brand: #f7acbc;
/* SwiftUI */
Color(red: 0.969, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#f7acbc")Accessibility — WCAG contrast
Aa
#f7acbc on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7acbc on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow23.9%
Key (black)3.1%
Color previews
#f7acbc text on a black background
contrast 11.58:1
Card sample
#f7acbc text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7acbc;
Background color
Panel with #f7acbc background
background-color: #f7acbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7acbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7acbc; background: linear-gradient(135deg, #f7acbc, #F7CEAC);