#f4acbc
a light, electric red · warm · closest name: pink
RGB
244, 172, 188
HSL
347°, 77%, 82%
CMYK
0, 30, 23, 4
Luminance
0.5237
Every format
| HEX | #f4acbc |
| RGB | rgb(244, 172, 188) |
| HSL | hsl(347, 77%, 82%) |
| CMYK | cmyk(0%, 30%, 23%, 4%) |
| LAB | lab(77.5 28.6 2.5) |
| LCH | lch(77.5 28.7 4.9) |
| OKLCH | oklch(0.817 0.087 4.5) |
Copy-ready code
/* CSS */
color: #f4acbc;
background-color: #f4acbc;
/* Tailwind (arbitrary) */
class="text-[#f4acbc] bg-[#f4acbc]"
/* SCSS */
$brand: #f4acbc;
/* SwiftUI */
Color(red: 0.957, green: 0.675, blue: 0.737)
/* Android */
Color.parseColor("#f4acbc")Accessibility — WCAG contrast
Aa
#f4acbc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4acbc on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green67.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta29.5%
Yellow23.0%
Key (black)4.3%
Color previews
#f4acbc text on a black background
contrast 11.47:1
Card sample
#f4acbc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4acbc;
Background color
Panel with #f4acbc background
background-color: #f4acbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4acbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 172, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 172, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4acbc; background: linear-gradient(135deg, #f4acbc, #F4CCAC);