#f9bfac
a light, electric red · warm · closest name: pink
RGB
249, 191, 172
HSL
15°, 87%, 83%
CMYK
0, 23, 31, 2
Luminance
0.6038
Every format
| HEX | #f9bfac |
| RGB | rgb(249, 191, 172) |
| HSL | hsl(15, 87%, 83%) |
| CMYK | cmyk(0%, 23%, 31%, 2%) |
| LAB | lab(82.0 18.2 17.6) |
| LCH | lch(82.0 25.4 44.0) |
| OKLCH | oklch(0.852 0.072 38.9) |
Copy-ready code
/* CSS */
color: #f9bfac;
background-color: #f9bfac;
/* Tailwind (arbitrary) */
class="text-[#f9bfac] bg-[#f9bfac]"
/* SCSS */
$brand: #f9bfac;
/* SwiftUI */
Color(red: 0.976, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#f9bfac")Accessibility — WCAG contrast
Aa
#f9bfac on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bfac on black: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow30.9%
Key (black)2.4%
Color previews
#f9bfac text on a black background
contrast 13.08:1
Card sample
#f9bfac text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bfac;
Background color
Panel with #f9bfac background
background-color: #f9bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bfac; background: linear-gradient(135deg, #f9bfac, #F9F2AC);