#fbf2ba
a pale, electric yellow · cool · closest name: beige
RGB
251, 242, 186
HSL
52°, 89%, 86%
CMYK
0, 4, 26, 2
Luminance
0.8756
Every format
| HEX | #fbf2ba |
| RGB | rgb(251, 242, 186) |
| HSL | hsl(52, 89%, 86%) |
| CMYK | cmyk(0%, 4%, 26%, 2%) |
| LAB | lab(95.0 -5.5 28.2) |
| LCH | lch(95.0 28.7 101.0) |
| OKLCH | oklch(0.955 0.072 100.0) |
Copy-ready code
/* CSS */
color: #fbf2ba;
background-color: #fbf2ba;
/* Tailwind (arbitrary) */
class="text-[#fbf2ba] bg-[#fbf2ba]"
/* SCSS */
$brand: #fbf2ba;
/* SwiftUI */
Color(red: 0.984, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#fbf2ba")Accessibility — WCAG contrast
Aa
#fbf2ba on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf2ba on black: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow25.9%
Key (black)1.6%
Color previews
#fbf2ba text on a black background
contrast 18.51:1
Card sample
#fbf2ba text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf2ba;
Background color
Panel with #fbf2ba background
background-color: #fbf2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf2ba; background: linear-gradient(135deg, #fbf2ba, #D9FBBA);