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