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