#f4acb2
a light, electric red · warm · closest name: pink
RGB
244, 172, 178
HSL
355°, 77%, 82%
CMYK
0, 30, 27, 4
Luminance
0.5195
Every format
| HEX | #f4acb2 |
| RGB | rgb(244, 172, 178) |
| HSL | hsl(355, 77%, 82%) |
| CMYK | cmyk(0%, 30%, 27%, 4%) |
| LAB | lab(77.3 27.2 7.5) |
| LCH | lch(77.3 28.2 15.5) |
| OKLCH | oklch(0.814 0.085 13.6) |
Copy-ready code
/* CSS */
color: #f4acb2;
background-color: #f4acb2;
/* Tailwind (arbitrary) */
class="text-[#f4acb2] bg-[#f4acb2]"
/* SCSS */
$brand: #f4acb2;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#f4acb2")Accessibility — WCAG contrast
Aa
#f4acb2 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4acb2 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow27.0%
Key (black)4.3%
Color previews
#f4acb2 text on a black background
contrast 11.39:1
Card sample
#f4acb2 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4acb2;
Background color
Panel with #f4acb2 background
background-color: #f4acb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4acb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4acb2; background: linear-gradient(135deg, #f4acb2, #F4D6AC);