#f9b2ee
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 178, 238
HSL
309°, 86%, 84%
CMYK
0, 29, 4, 2
Luminance
0.5815
Every format
| HEX | #f9b2ee |
| RGB | rgb(249, 178, 238) |
| HSL | hsl(309, 86%, 84%) |
| CMYK | cmyk(0%, 29%, 4%, 2%) |
| LAB | lab(80.8 35.1 -19.6) |
| LCH | lch(80.8 40.2 330.8) |
| OKLCH | oklch(0.849 0.112 332.0) |
Copy-ready code
/* CSS */
color: #f9b2ee;
background-color: #f9b2ee;
/* Tailwind (arbitrary) */
class="text-[#f9b2ee] bg-[#f9b2ee]"
/* SCSS */
$brand: #f9b2ee;
/* SwiftUI */
Color(red: 0.976, green: 0.698, blue: 0.933)
/* Android */
Color.parseColor("#f9b2ee")Accessibility — WCAG contrast
Aa
#f9b2ee on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b2ee on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green69.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow4.4%
Key (black)2.4%
Color previews
#f9b2ee text on a black background
contrast 12.63:1
Card sample
#f9b2ee text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b2ee;
Background color
Panel with #f9b2ee background
background-color: #f9b2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 178, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 178, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b2ee; background: linear-gradient(135deg, #f9b2ee, #F9B2BF);