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