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