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