#fbc988
a light, electric orange · warm · closest name: tan
RGB
251, 201, 136
HSL
34°, 94%, 76%
CMYK
0, 20, 46, 2
Luminance
0.6406
Every format
| HEX | #fbc988 |
| RGB | rgb(251, 201, 136) |
| HSL | hsl(34, 94%, 76%) |
| CMYK | cmyk(0%, 20%, 46%, 2%) |
| LAB | lab(84.0 9.8 39.1) |
| LCH | lch(84.0 40.3 76.0) |
| OKLCH | oklch(0.866 0.100 73.2) |
Copy-ready code
/* CSS */
color: #fbc988;
background-color: #fbc988;
/* Tailwind (arbitrary) */
class="text-[#fbc988] bg-[#fbc988]"
/* SCSS */
$brand: #fbc988;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.533)
/* Android */
Color.parseColor("#fbc988")Accessibility — WCAG contrast
Aa
#fbc988 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc988 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow45.8%
Key (black)1.6%
Color previews
#fbc988 text on a black background
contrast 13.81:1
Card sample
#fbc988 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc988;
Background color
Panel with #fbc988 background
background-color: #fbc988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc988; background: linear-gradient(135deg, #fbc988, #E0FB88);