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