#fbf6e7
a pale, vivid yellow · cool · closest name: ivory
RGB
251, 246, 231
HSL
45°, 71%, 95%
CMYK
0, 2, 8, 2
Luminance
0.9219
Every format
| HEX | #fbf6e7 |
| RGB | rgb(251, 246, 231) |
| HSL | hsl(45, 71%, 95%) |
| CMYK | cmyk(0%, 2%, 8%, 2%) |
| LAB | lab(96.9 -0.9 7.8) |
| LCH | lch(96.9 7.8 96.3) |
| OKLCH | oklch(0.973 0.021 91.6) |
Copy-ready code
/* CSS */
color: #fbf6e7;
background-color: #fbf6e7;
/* Tailwind (arbitrary) */
class="text-[#fbf6e7] bg-[#fbf6e7]"
/* SCSS */
$brand: #fbf6e7;
/* SwiftUI */
Color(red: 0.984, green: 0.965, blue: 0.906)
/* Android */
Color.parseColor("#fbf6e7")Accessibility — WCAG contrast
Aa
#fbf6e7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf6e7 on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow8.0%
Key (black)1.6%
Color previews
#fbf6e7 text on a black background
contrast 19.44:1
Card sample
#fbf6e7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf6e7;
Background color
Panel with #fbf6e7 background
background-color: #fbf6e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf6e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 246, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 246, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf6e7; background: linear-gradient(135deg, #fbf6e7, #F3FBE7);