#fbc9b5
a light, electric orange · warm · closest name: tan
RGB
251, 201, 181
HSL
17°, 90%, 85%
CMYK
0, 20, 28, 2
Luminance
0.6562
Every format
| HEX | #fbc9b5 |
| RGB | rgb(251, 201, 181) |
| HSL | hsl(17, 90%, 85%) |
| CMYK | cmyk(0%, 20%, 28%, 2%) |
| LAB | lab(84.8 14.9 16.7) |
| LCH | lch(84.8 22.4 48.3) |
| OKLCH | oklch(0.875 0.063 42.9) |
Copy-ready code
/* CSS */
color: #fbc9b5;
background-color: #fbc9b5;
/* Tailwind (arbitrary) */
class="text-[#fbc9b5] bg-[#fbc9b5]"
/* SCSS */
$brand: #fbc9b5;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.710)
/* Android */
Color.parseColor("#fbc9b5")Accessibility — WCAG contrast
Aa
#fbc9b5 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9b5 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow27.9%
Key (black)1.6%
Color previews
#fbc9b5 text on a black background
contrast 14.12:1
Card sample
#fbc9b5 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9b5;
Background color
Panel with #fbc9b5 background
background-color: #fbc9b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9b5; background: linear-gradient(135deg, #fbc9b5, #FBF8B5);