#f4afbc
a light, electric red · warm · closest name: pink
RGB
244, 175, 188
HSL
349°, 76%, 82%
CMYK
0, 28, 23, 4
Luminance
0.5352
Every format
| HEX | #f4afbc |
| RGB | rgb(244, 175, 188) |
| HSL | hsl(349, 76%, 82%) |
| CMYK | cmyk(0%, 28%, 23%, 4%) |
| LAB | lab(78.2 27.0 3.5) |
| LCH | lch(78.2 27.2 7.3) |
| OKLCH | oklch(0.822 0.082 6.6) |
Copy-ready code
/* CSS */
color: #f4afbc;
background-color: #f4afbc;
/* Tailwind (arbitrary) */
class="text-[#f4afbc] bg-[#f4afbc]"
/* SCSS */
$brand: #f4afbc;
/* SwiftUI */
Color(red: 0.957, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#f4afbc")Accessibility — WCAG contrast
Aa
#f4afbc on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4afbc on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green68.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow23.0%
Key (black)4.3%
Color previews
#f4afbc text on a black background
contrast 11.70:1
Card sample
#f4afbc text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4afbc;
Background color
Panel with #f4afbc background
background-color: #f4afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4afbc; background: linear-gradient(135deg, #f4afbc, #F4D0AF);