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