#fbf5f4
a pale, vivid red · warm · closest name: white
RGB
251, 245, 244
HSL
9°, 47%, 97%
CMYK
0, 2, 3, 2
Luminance
0.9235
Every format
| HEX | #fbf5f4 |
| RGB | rgb(251, 245, 244) |
| HSL | hsl(9, 47%, 97%) |
| CMYK | cmyk(0%, 2%, 3%, 2%) |
| LAB | lab(97.0 1.8 1.2) |
| LCH | lch(97.0 2.2 33.2) |
| OKLCH | oklch(0.975 0.007 28.8) |
Copy-ready code
/* CSS */
color: #fbf5f4;
background-color: #fbf5f4;
/* Tailwind (arbitrary) */
class="text-[#fbf5f4] bg-[#fbf5f4]"
/* SCSS */
$brand: #fbf5f4;
/* SwiftUI */
Color(red: 0.984, green: 0.961, blue: 0.957)
/* Android */
Color.parseColor("#fbf5f4")Accessibility — WCAG contrast
Aa
#fbf5f4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf5f4 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.1%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow2.8%
Key (black)1.6%
Color previews
#fbf5f4 text on a black background
contrast 19.47:1
Card sample
#fbf5f4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf5f4;
Background color
Panel with #fbf5f4 background
background-color: #fbf5f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf5f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 245, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 245, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf5f4; background: linear-gradient(135deg, #fbf5f4, #FBFAF4);