#f9bae2
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 186, 226
HSL
322°, 84%, 85%
CMYK
0, 25, 9, 2
Luminance
0.6075
Every format
| HEX | #f9bae2 |
| RGB | rgb(249, 186, 226) |
| HSL | hsl(322, 84%, 85%) |
| CMYK | cmyk(0%, 25%, 9%, 2%) |
| LAB | lab(82.2 28.8 -11.1) |
| LCH | lch(82.2 30.9 339.0) |
| OKLCH | oklch(0.858 0.088 340.7) |
Copy-ready code
/* CSS */
color: #f9bae2;
background-color: #f9bae2;
/* Tailwind (arbitrary) */
class="text-[#f9bae2] bg-[#f9bae2]"
/* SCSS */
$brand: #f9bae2;
/* SwiftUI */
Color(red: 0.976, green: 0.729, blue: 0.886)
/* Android */
Color.parseColor("#f9bae2")Accessibility — WCAG contrast
Aa
#f9bae2 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bae2 on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.9%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow9.2%
Key (black)2.4%
Color previews
#f9bae2 text on a black background
contrast 13.15:1
Card sample
#f9bae2 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bae2;
Background color
Panel with #f9bae2 background
background-color: #f9bae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 186, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 186, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bae2; background: linear-gradient(135deg, #f9bae2, #F9BCBA);