#fbf7f2
a pale, vivid orange · warm · closest name: white
RGB
251, 247, 242
HSL
33°, 53%, 97%
CMYK
0, 2, 4, 2
Luminance
0.9344
Every format
| HEX | #fbf7f2 |
| RGB | rgb(251, 247, 242) |
| HSL | hsl(33, 53%, 97%) |
| CMYK | cmyk(0%, 2%, 4%, 2%) |
| LAB | lab(97.4 0.5 2.9) |
| LCH | lch(97.4 2.9 80.7) |
| OKLCH | oklch(0.978 0.008 73.7) |
Copy-ready code
/* CSS */
color: #fbf7f2;
background-color: #fbf7f2;
/* Tailwind (arbitrary) */
class="text-[#fbf7f2] bg-[#fbf7f2]"
/* SCSS */
$brand: #fbf7f2;
/* SwiftUI */
Color(red: 0.984, green: 0.969, blue: 0.949)
/* Android */
Color.parseColor("#fbf7f2")Accessibility — WCAG contrast
Aa
#fbf7f2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf7f2 on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow3.6%
Key (black)1.6%
Color previews
#fbf7f2 text on a black background
contrast 19.69:1
Card sample
#fbf7f2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf7f2;
Background color
Panel with #fbf7f2 background
background-color: #fbf7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 247, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 247, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf7f2; background: linear-gradient(135deg, #fbf7f2, #F9FBF2);