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