#f9acb2
a light, electric red · warm · closest name: pink
RGB
249, 172, 178
HSL
355°, 87%, 83%
CMYK
0, 31, 29, 2
Luminance
0.5286
Every format
| HEX | #f9acb2 |
| RGB | rgb(249, 172, 178) |
| HSL | hsl(355, 87%, 83%) |
| CMYK | cmyk(0%, 31%, 29%, 2%) |
| LAB | lab(77.8 29.0 8.4) |
| LCH | lch(77.8 30.2 16.1) |
| OKLCH | oklch(0.820 0.091 14.1) |
Copy-ready code
/* CSS */
color: #f9acb2;
background-color: #f9acb2;
/* Tailwind (arbitrary) */
class="text-[#f9acb2] bg-[#f9acb2]"
/* SCSS */
$brand: #f9acb2;
/* SwiftUI */
Color(red: 0.976, green: 0.675, blue: 0.698)
/* Android */
Color.parseColor("#f9acb2")Accessibility — WCAG contrast
Aa
#f9acb2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9acb2 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green67.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow28.5%
Key (black)2.4%
Color previews
#f9acb2 text on a black background
contrast 11.57:1
Card sample
#f9acb2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9acb2;
Background color
Panel with #f9acb2 background
background-color: #f9acb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9acb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 172, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 172, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9acb2; background: linear-gradient(135deg, #f9acb2, #F9D9AC);