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