#fbc5ad
a light, electric orange · warm · closest name: tan
RGB
251, 197, 173
HSL
19°, 91%, 83%
CMYK
0, 22, 31, 2
Luminance
0.6346
Every format
| HEX | #fbc5ad |
| RGB | rgb(251, 197, 173) |
| HSL | hsl(19, 91%, 83%) |
| CMYK | cmyk(0%, 22%, 31%, 2%) |
| LAB | lab(83.7 16.0 19.4) |
| LCH | lch(83.7 25.1 50.6) |
| OKLCH | oklch(0.865 0.070 45.1) |
Copy-ready code
/* CSS */
color: #fbc5ad;
background-color: #fbc5ad;
/* Tailwind (arbitrary) */
class="text-[#fbc5ad] bg-[#fbc5ad]"
/* SCSS */
$brand: #fbc5ad;
/* SwiftUI */
Color(red: 0.984, green: 0.773, blue: 0.678)
/* Android */
Color.parseColor("#fbc5ad")Accessibility — WCAG contrast
Aa
#fbc5ad on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc5ad on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta21.5%
Yellow31.1%
Key (black)1.6%
Color previews
#fbc5ad text on a black background
contrast 13.69:1
Card sample
#fbc5ad text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc5ad;
Background color
Panel with #fbc5ad background
background-color: #fbc5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 197, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 197, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc5ad; background: linear-gradient(135deg, #fbc5ad, #FBF9AD);