#fbf2f4
a pale, vivid red · warm · closest name: white
RGB
251, 242, 244
HSL
347°, 53%, 97%
CMYK
0, 4, 3, 2
Luminance
0.9055
Every format
| HEX | #fbf2f4 |
| RGB | rgb(251, 242, 244) |
| HSL | hsl(347, 53%, 97%) |
| CMYK | cmyk(0%, 4%, 3%, 2%) |
| LAB | lab(96.2 3.4 0.1) |
| LCH | lch(96.2 3.4 1.9) |
| OKLCH | oklch(0.969 0.010 2.0) |
Copy-ready code
/* CSS */
color: #fbf2f4;
background-color: #fbf2f4;
/* Tailwind (arbitrary) */
class="text-[#fbf2f4] bg-[#fbf2f4]"
/* SCSS */
$brand: #fbf2f4;
/* SwiftUI */
Color(red: 0.984, green: 0.949, blue: 0.957)
/* Android */
Color.parseColor("#fbf2f4")Accessibility — WCAG contrast
Aa
#fbf2f4 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf2f4 on black: 19.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.9%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow2.8%
Key (black)1.6%
Color previews
#fbf2f4 text on a black background
contrast 19.11:1
Card sample
#fbf2f4 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf2f4;
Background color
Panel with #fbf2f4 background
background-color: #fbf2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 242, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 242, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf2f4; background: linear-gradient(135deg, #fbf2f4, #FBF6F2);