#fbf1f3
a pale, vivid red · warm · closest name: white
RGB
251, 241, 243
HSL
348°, 56%, 97%
CMYK
0, 4, 3, 2
Luminance
0.8989
Every format
| HEX | #fbf1f3 |
| RGB | rgb(251, 241, 243) |
| HSL | hsl(348, 56%, 97%) |
| CMYK | cmyk(0%, 4%, 3%, 2%) |
| LAB | lab(96.0 3.7 0.2) |
| LCH | lch(96.0 3.7 3.6) |
| OKLCH | oklch(0.967 0.011 3.5) |
Copy-ready code
/* CSS */
color: #fbf1f3;
background-color: #fbf1f3;
/* Tailwind (arbitrary) */
class="text-[#fbf1f3] bg-[#fbf1f3]"
/* SCSS */
$brand: #fbf1f3;
/* SwiftUI */
Color(red: 0.984, green: 0.945, blue: 0.953)
/* Android */
Color.parseColor("#fbf1f3")Accessibility — WCAG contrast
Aa
#fbf1f3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf1f3 on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.5%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow3.2%
Key (black)1.6%
Color previews
#fbf1f3 text on a black background
contrast 18.98:1
Card sample
#fbf1f3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf1f3;
Background color
Panel with #fbf1f3 background
background-color: #fbf1f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf1f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 241, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 241, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf1f3; background: linear-gradient(135deg, #fbf1f3, #FBF6F1);