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