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