#fbe0af
a light, electric orange · warm · closest name: tan
RGB
251, 224, 175
HSL
39°, 91%, 84%
CMYK
0, 11, 30, 2
Luminance
0.7692
Every format
| HEX | #fbe0af |
| RGB | rgb(251, 224, 175) |
| HSL | hsl(39, 91%, 84%) |
| CMYK | cmyk(0%, 11%, 30%, 2%) |
| LAB | lab(90.3 2.2 27.4) |
| LCH | lch(90.3 27.5 85.4) |
| OKLCH | oklch(0.917 0.070 82.3) |
Copy-ready code
/* CSS */
color: #fbe0af;
background-color: #fbe0af;
/* Tailwind (arbitrary) */
class="text-[#fbe0af] bg-[#fbe0af]"
/* SCSS */
$brand: #fbe0af;
/* SwiftUI */
Color(red: 0.984, green: 0.878, blue: 0.686)
/* Android */
Color.parseColor("#fbe0af")Accessibility — WCAG contrast
Aa
#fbe0af on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe0af on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green87.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow30.3%
Key (black)1.6%
Color previews
#fbe0af text on a black background
contrast 16.38:1
Card sample
#fbe0af text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe0af;
Background color
Panel with #fbe0af background
background-color: #fbe0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 224, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 224, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe0af; background: linear-gradient(135deg, #fbe0af, #E3FBAF);