#f4b0ac
a light, electric red · warm · closest name: pink
RGB
244, 176, 172
HSL
3°, 77%, 82%
CMYK
0, 28, 30, 4
Luminance
0.5326
Every format
| HEX | #f4b0ac |
| RGB | rgb(244, 176, 172) |
| HSL | hsl(3, 77%, 82%) |
| CMYK | cmyk(0%, 28%, 30%, 4%) |
| LAB | lab(78.0 24.3 11.9) |
| LCH | lch(78.0 27.0 26.1) |
| OKLCH | oklch(0.820 0.080 22.8) |
Copy-ready code
/* CSS */
color: #f4b0ac;
background-color: #f4b0ac;
/* Tailwind (arbitrary) */
class="text-[#f4b0ac] bg-[#f4b0ac]"
/* SCSS */
$brand: #f4b0ac;
/* SwiftUI */
Color(red: 0.957, green: 0.690, blue: 0.675)
/* Android */
Color.parseColor("#f4b0ac")Accessibility — WCAG contrast
Aa
#f4b0ac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4b0ac on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green69.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow29.5%
Key (black)4.3%
Color previews
#f4b0ac text on a black background
contrast 11.65:1
Card sample
#f4b0ac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4b0ac;
Background color
Panel with #f4b0ac background
background-color: #f4b0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4b0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 176, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 176, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4b0ac; background: linear-gradient(135deg, #f4b0ac, #F4E0AC);