#fbc7b0
a light, electric orange · warm · closest name: tan
RGB
251, 199, 176
HSL
18°, 90%, 84%
CMYK
0, 21, 30, 2
Luminance
0.6449
Every format
| HEX | #fbc7b0 |
| RGB | rgb(251, 199, 176) |
| HSL | hsl(18, 90%, 84%) |
| CMYK | cmyk(0%, 21%, 30%, 2%) |
| LAB | lab(84.2 15.3 18.6) |
| LCH | lch(84.2 24.1 50.5) |
| OKLCH | oklch(0.870 0.067 45.1) |
Copy-ready code
/* CSS */
color: #fbc7b0;
background-color: #fbc7b0;
/* Tailwind (arbitrary) */
class="text-[#fbc7b0] bg-[#fbc7b0]"
/* SCSS */
$brand: #fbc7b0;
/* SwiftUI */
Color(red: 0.984, green: 0.780, blue: 0.690)
/* Android */
Color.parseColor("#fbc7b0")Accessibility — WCAG contrast
Aa
#fbc7b0 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc7b0 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow29.9%
Key (black)1.6%
Color previews
#fbc7b0 text on a black background
contrast 13.90:1
Card sample
#fbc7b0 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc7b0;
Background color
Panel with #fbc7b0 background
background-color: #fbc7b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc7b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 199, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 199, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc7b0; background: linear-gradient(135deg, #fbc7b0, #FBF9B0);