#f4b8af
a light, electric red · warm · closest name: pink
RGB
244, 184, 175
HSL
8°, 76%, 82%
CMYK
0, 25, 28, 4
Luminance
0.5661
Every format
| HEX | #f4b8af |
| RGB | rgb(244, 184, 175) |
| HSL | hsl(8, 76%, 82%) |
| CMYK | cmyk(0%, 25%, 28%, 4%) |
| LAB | lab(80.0 20.4 13.0) |
| LCH | lch(80.0 24.2 32.5) |
| OKLCH | oklch(0.835 0.071 28.4) |
Copy-ready code
/* CSS */
color: #f4b8af;
background-color: #f4b8af;
/* Tailwind (arbitrary) */
class="text-[#f4b8af] bg-[#f4b8af]"
/* SCSS */
$brand: #f4b8af;
/* SwiftUI */
Color(red: 0.957, green: 0.722, blue: 0.686)
/* Android */
Color.parseColor("#f4b8af")Accessibility — WCAG contrast
Aa
#f4b8af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4b8af on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green72.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow28.3%
Key (black)4.3%
Color previews
#f4b8af text on a black background
contrast 12.32:1
Card sample
#f4b8af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4b8af;
Background color
Panel with #f4b8af background
background-color: #f4b8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4b8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 184, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 184, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4b8af; background: linear-gradient(135deg, #f4b8af, #F4E6AF);