#f9bfe4
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 191, 228
HSL
322°, 83%, 86%
CMYK
0, 23, 8, 2
Luminance
0.6300
Every format
| HEX | #f9bfe4 |
| RGB | rgb(249, 191, 228) |
| HSL | hsl(322, 83%, 86%) |
| CMYK | cmyk(0%, 23%, 8%, 2%) |
| LAB | lab(83.5 26.5 -10.3) |
| LCH | lch(83.5 28.5 338.7) |
| OKLCH | oklch(0.868 0.081 340.4) |
Copy-ready code
/* CSS */
color: #f9bfe4;
background-color: #f9bfe4;
/* Tailwind (arbitrary) */
class="text-[#f9bfe4] bg-[#f9bfe4]"
/* SCSS */
$brand: #f9bfe4;
/* SwiftUI */
Color(red: 0.976, green: 0.749, blue: 0.894)
/* Android */
Color.parseColor("#f9bfe4")Accessibility — WCAG contrast
Aa
#f9bfe4 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bfe4 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.9%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow8.4%
Key (black)2.4%
Color previews
#f9bfe4 text on a black background
contrast 13.60:1
Card sample
#f9bfe4 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bfe4;
Background color
Panel with #f9bfe4 background
background-color: #f9bfe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bfe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 191, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 191, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bfe4; background: linear-gradient(135deg, #f9bfe4, #F9C1BF);