#f9afb4
a light, electric red · warm · closest name: pink
RGB
249, 175, 180
HSL
356°, 86%, 83%
CMYK
0, 30, 28, 2
Luminance
0.5409
Every format
| HEX | #f9afb4 |
| RGB | rgb(249, 175, 180) |
| HSL | hsl(356, 86%, 83%) |
| CMYK | cmyk(0%, 30%, 28%, 2%) |
| LAB | lab(78.5 27.7 8.3) |
| LCH | lch(78.5 28.9 16.8) |
| OKLCH | oklch(0.825 0.087 14.7) |
Copy-ready code
/* CSS */
color: #f9afb4;
background-color: #f9afb4;
/* Tailwind (arbitrary) */
class="text-[#f9afb4] bg-[#f9afb4]"
/* SCSS */
$brand: #f9afb4;
/* SwiftUI */
Color(red: 0.976, green: 0.686, blue: 0.706)
/* Android */
Color.parseColor("#f9afb4")Accessibility — WCAG contrast
Aa
#f9afb4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9afb4 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green68.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow27.7%
Key (black)2.4%
Color previews
#f9afb4 text on a black background
contrast 11.82:1
Card sample
#f9afb4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9afb4;
Background color
Panel with #f9afb4 background
background-color: #f9afb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9afb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 175, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 175, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9afb4; background: linear-gradient(135deg, #f9afb4, #F9DBAF);