#f9b8f0
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 184, 240
HSL
308°, 84%, 85%
CMYK
0, 26, 4, 2
Luminance
0.6071
Every format
| HEX | #f9b8f0 |
| RGB | rgb(249, 184, 240) |
| HSL | hsl(308, 84%, 85%) |
| CMYK | cmyk(0%, 26%, 4%, 2%) |
| LAB | lab(82.2 32.3 -18.6) |
| LCH | lch(82.2 37.2 330.1) |
| OKLCH | oklch(0.859 0.104 331.3) |
Copy-ready code
/* CSS */
color: #f9b8f0;
background-color: #f9b8f0;
/* Tailwind (arbitrary) */
class="text-[#f9b8f0] bg-[#f9b8f0]"
/* SCSS */
$brand: #f9b8f0;
/* SwiftUI */
Color(red: 0.976, green: 0.722, blue: 0.941)
/* Android */
Color.parseColor("#f9b8f0")Accessibility — WCAG contrast
Aa
#f9b8f0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b8f0 on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green72.2%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta26.1%
Yellow3.6%
Key (black)2.4%
Color previews
#f9b8f0 text on a black background
contrast 13.14:1
Card sample
#f9b8f0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b8f0;
Background color
Panel with #f9b8f0 background
background-color: #f9b8f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b8f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 184, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 184, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b8f0; background: linear-gradient(135deg, #f9b8f0, #F9B8C5);