#fbf4f9
a pale, vivid magenta / pink · warm · closest name: white
RGB
251, 244, 249
HSL
317°, 47%, 97%
CMYK
0, 3, 1, 2
Luminance
0.9205
Every format
| HEX | #fbf4f9 |
| RGB | rgb(251, 244, 249) |
| HSL | hsl(317, 47%, 97%) |
| CMYK | cmyk(0%, 3%, 1%, 2%) |
| LAB | lab(96.8 3.2 -1.6) |
| LCH | lch(96.8 3.6 333.9) |
| OKLCH | oklch(0.974 0.010 335.5) |
Copy-ready code
/* CSS */
color: #fbf4f9;
background-color: #fbf4f9;
/* Tailwind (arbitrary) */
class="text-[#fbf4f9] bg-[#fbf4f9]"
/* SCSS */
$brand: #fbf4f9;
/* SwiftUI */
Color(red: 0.984, green: 0.957, blue: 0.976)
/* Android */
Color.parseColor("#fbf4f9")Accessibility — WCAG contrast
Aa
#fbf4f9 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf4f9 on black: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.7%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow0.8%
Key (black)1.6%
Color previews
#fbf4f9 text on a black background
contrast 19.41:1
Card sample
#fbf4f9 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf4f9;
Background color
Panel with #fbf4f9 background
background-color: #fbf4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 244, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 244, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf4f9; background: linear-gradient(135deg, #fbf4f9, #FBF4F4);