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