#f9aeaf
a light, electric red · warm · closest name: pink
RGB
249, 174, 175
HSL
359°, 86%, 83%
CMYK
0, 30, 30, 2
Luminance
0.5351
Every format
| HEX | #f9aeaf |
| RGB | rgb(249, 174, 175) |
| HSL | hsl(359, 86%, 83%) |
| CMYK | cmyk(0%, 30%, 30%, 2%) |
| LAB | lab(78.2 27.6 10.6) |
| LCH | lch(78.2 29.5 21.0) |
| OKLCH | oklch(0.822 0.088 18.3) |
Copy-ready code
/* CSS */
color: #f9aeaf;
background-color: #f9aeaf;
/* Tailwind (arbitrary) */
class="text-[#f9aeaf] bg-[#f9aeaf]"
/* SCSS */
$brand: #f9aeaf;
/* SwiftUI */
Color(red: 0.976, green: 0.682, blue: 0.686)
/* Android */
Color.parseColor("#f9aeaf")Accessibility — WCAG contrast
Aa
#f9aeaf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9aeaf on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta30.1%
Yellow29.7%
Key (black)2.4%
Color previews
#f9aeaf text on a black background
contrast 11.70:1
Card sample
#f9aeaf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9aeaf;
Background color
Panel with #f9aeaf background
background-color: #f9aeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9aeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 174, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 174, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9aeaf; background: linear-gradient(135deg, #f9aeaf, #F9DFAE);