#f9bace
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 186, 206
HSL
341°, 84%, 85%
CMYK
0, 25, 17, 2
Luminance
0.5971
Every format
| HEX | #f9bace |
| RGB | rgb(249, 186, 206) |
| HSL | hsl(341, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 17%, 2%) |
| LAB | lab(81.7 25.6 -1.1) |
| LCH | lch(81.7 25.6 357.5) |
| OKLCH | oklch(0.852 0.077 358.0) |
Copy-ready code
/* CSS */
color: #f9bace;
background-color: #f9bace;
/* Tailwind (arbitrary) */
class="text-[#f9bace] bg-[#f9bace]"
/* SCSS */
$brand: #f9bace;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#f9bace")Accessibility — WCAG contrast
Aa
#f9bace on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bace on black: 12.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow17.3%
Key (black)2.4%
Color previews
#f9bace text on a black background
contrast 12.94:1
Card sample
#f9bace text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bace;
Background color
Panel with #f9bace background
background-color: #f9bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bace; background: linear-gradient(135deg, #f9bace, #F9D0BA);