#fbc7ad
a light, electric orange · warm · closest name: tan
RGB
251, 199, 173
HSL
20°, 91%, 83%
CMYK
0, 21, 31, 2
Luminance
0.6437
Every format
| HEX | #fbc7ad |
| RGB | rgb(251, 199, 173) |
| HSL | hsl(20, 91%, 83%) |
| CMYK | cmyk(0%, 21%, 31%, 2%) |
| LAB | lab(84.2 14.9 20.1) |
| LCH | lch(84.2 25.0 53.4) |
| OKLCH | oklch(0.869 0.069 47.9) |
Copy-ready code
/* CSS */
color: #fbc7ad;
background-color: #fbc7ad;
/* Tailwind (arbitrary) */
class="text-[#fbc7ad] bg-[#fbc7ad]"
/* SCSS */
$brand: #fbc7ad;
/* SwiftUI */
Color(red: 0.984, green: 0.780, blue: 0.678)
/* Android */
Color.parseColor("#fbc7ad")Accessibility — WCAG contrast
Aa
#fbc7ad on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc7ad on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow31.1%
Key (black)1.6%
Color previews
#fbc7ad text on a black background
contrast 13.87:1
Card sample
#fbc7ad text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc7ad;
Background color
Panel with #fbc7ad background
background-color: #fbc7ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc7ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 199, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 199, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc7ad; background: linear-gradient(135deg, #fbc7ad, #FBFBAD);