#fbe2ab
a light, electric yellow · warm · closest name: tan
RGB
251, 226, 171
HSL
41°, 91%, 83%
CMYK
0, 10, 32, 2
Luminance
0.7784
Every format
| HEX | #fbe2ab |
| RGB | rgb(251, 226, 171) |
| HSL | hsl(41, 91%, 83%) |
| CMYK | cmyk(0%, 10%, 32%, 2%) |
| LAB | lab(90.7 0.7 30.1) |
| LCH | lch(90.7 30.1 88.6) |
| OKLCH | oklch(0.920 0.076 86.3) |
Copy-ready code
/* CSS */
color: #fbe2ab;
background-color: #fbe2ab;
/* Tailwind (arbitrary) */
class="text-[#fbe2ab] bg-[#fbe2ab]"
/* SCSS */
$brand: #fbe2ab;
/* SwiftUI */
Color(red: 0.984, green: 0.886, blue: 0.671)
/* Android */
Color.parseColor("#fbe2ab")Accessibility — WCAG contrast
Aa
#fbe2ab on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe2ab on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green88.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow31.9%
Key (black)1.6%
Color previews
#fbe2ab text on a black background
contrast 16.57:1
Card sample
#fbe2ab text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe2ab;
Background color
Panel with #fbe2ab background
background-color: #fbe2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 226, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 226, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe2ab; background: linear-gradient(135deg, #fbe2ab, #DFFBAB);