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