#fbe3af
a light, electric yellow · warm · closest name: tan
RGB
251, 227, 175
HSL
41°, 91%, 84%
CMYK
0, 10, 30, 2
Luminance
0.7854
Every format
| HEX | #fbe3af |
| RGB | rgb(251, 227, 175) |
| HSL | hsl(41, 91%, 84%) |
| CMYK | cmyk(0%, 10%, 30%, 2%) |
| LAB | lab(91.0 0.7 28.4) |
| LCH | lch(91.0 28.4 88.6) |
| OKLCH | oklch(0.923 0.072 86.1) |
Copy-ready code
/* CSS */
color: #fbe3af;
background-color: #fbe3af;
/* Tailwind (arbitrary) */
class="text-[#fbe3af] bg-[#fbe3af]"
/* SCSS */
$brand: #fbe3af;
/* SwiftUI */
Color(red: 0.984, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#fbe3af")Accessibility — WCAG contrast
Aa
#fbe3af on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe3af on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green89.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta9.6%
Yellow30.3%
Key (black)1.6%
Color previews
#fbe3af text on a black background
contrast 16.71:1
Card sample
#fbe3af text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe3af;
Background color
Panel with #fbe3af background
background-color: #fbe3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe3af; background: linear-gradient(135deg, #fbe3af, #E0FBAF);