#f9beeb
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 190, 235
HSL
314°, 83%, 86%
CMYK
0, 24, 6, 2
Luminance
0.6296
Every format
| HEX | #f9beeb |
| RGB | rgb(249, 190, 235) |
| HSL | hsl(314, 83%, 86%) |
| CMYK | cmyk(0%, 24%, 6%, 2%) |
| LAB | lab(83.4 28.2 -14.1) |
| LCH | lch(83.4 31.6 333.5) |
| OKLCH | oklch(0.868 0.089 335.0) |
Copy-ready code
/* CSS */
color: #f9beeb;
background-color: #f9beeb;
/* Tailwind (arbitrary) */
class="text-[#f9beeb] bg-[#f9beeb]"
/* SCSS */
$brand: #f9beeb;
/* SwiftUI */
Color(red: 0.976, green: 0.745, blue: 0.922)
/* Android */
Color.parseColor("#f9beeb")Accessibility — WCAG contrast
Aa
#f9beeb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9beeb on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green74.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow5.6%
Key (black)2.4%
Color previews
#f9beeb text on a black background
contrast 13.59:1
Card sample
#f9beeb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9beeb;
Background color
Panel with #f9beeb background
background-color: #f9beeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9beeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 190, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 190, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9beeb; background: linear-gradient(135deg, #f9beeb, #F9BEC4);