#fbe4ae
a light, electric yellow · warm · closest name: tan
RGB
251, 228, 174
HSL
42°, 91%, 83%
CMYK
0, 9, 31, 2
Luminance
0.7905
Every format
| HEX | #fbe4ae |
| RGB | rgb(251, 228, 174) |
| HSL | hsl(42, 91%, 83%) |
| CMYK | cmyk(0%, 9%, 31%, 2%) |
| LAB | lab(91.3 0.1 29.3) |
| LCH | lch(91.3 29.3 89.9) |
| OKLCH | oklch(0.925 0.074 87.6) |
Copy-ready code
/* CSS */
color: #fbe4ae;
background-color: #fbe4ae;
/* Tailwind (arbitrary) */
class="text-[#fbe4ae] bg-[#fbe4ae]"
/* SCSS */
$brand: #fbe4ae;
/* SwiftUI */
Color(red: 0.984, green: 0.894, blue: 0.682)
/* Android */
Color.parseColor("#fbe4ae")Accessibility — WCAG contrast
Aa
#fbe4ae on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe4ae on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green89.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow30.7%
Key (black)1.6%
Color previews
#fbe4ae text on a black background
contrast 16.81:1
Card sample
#fbe4ae text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe4ae;
Background color
Panel with #fbe4ae background
background-color: #fbe4ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe4ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 228, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 228, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe4ae; background: linear-gradient(135deg, #fbe4ae, #DFFBAE);