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