#f9b3fe
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 179, 254
HSL
296°, 97%, 85%
CMYK
2, 30, 0, 0
Luminance
0.5954
Every format
| HEX | #f9b3fe |
| RGB | rgb(249, 179, 254) |
| HSL | hsl(296, 97%, 85%) |
| CMYK | cmyk(2%, 30%, 0%, 0%) |
| LAB | lab(81.6 37.4 -27.1) |
| LCH | lch(81.6 46.2 324.1) |
| OKLCH | oklch(0.856 0.126 324.3) |
Copy-ready code
/* CSS */
color: #f9b3fe;
background-color: #f9b3fe;
/* Tailwind (arbitrary) */
class="text-[#f9b3fe] bg-[#f9b3fe]"
/* SCSS */
$brand: #f9b3fe;
/* SwiftUI */
Color(red: 0.976, green: 0.702, blue: 0.996)
/* Android */
Color.parseColor("#f9b3fe")Accessibility — WCAG contrast
Aa
#f9b3fe on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9b3fe on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green70.2%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta29.5%
Yellow0.0%
Key (black)0.4%
Color previews
#f9b3fe text on a black background
contrast 12.91:1
Card sample
#f9b3fe text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9b3fe;
Background color
Panel with #f9b3fe background
background-color: #f9b3fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9b3fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 179, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 179, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9b3fe; background: linear-gradient(135deg, #f9b3fe, #FEB3D1);