#fbc6b2
a light, electric orange · warm · closest name: tan
RGB
251, 198, 178
HSL
16°, 90%, 84%
CMYK
0, 21, 29, 2
Luminance
0.6411
Every format
| HEX | #fbc6b2 |
| RGB | rgb(251, 198, 178) |
| HSL | hsl(16, 90%, 84%) |
| CMYK | cmyk(0%, 21%, 29%, 2%) |
| LAB | lab(84.0 16.1 17.2) |
| LCH | lch(84.0 23.6 47.0) |
| OKLCH | oklch(0.868 0.067 41.7) |
Copy-ready code
/* CSS */
color: #fbc6b2;
background-color: #fbc6b2;
/* Tailwind (arbitrary) */
class="text-[#fbc6b2] bg-[#fbc6b2]"
/* SCSS */
$brand: #fbc6b2;
/* SwiftUI */
Color(red: 0.984, green: 0.776, blue: 0.698)
/* Android */
Color.parseColor("#fbc6b2")Accessibility — WCAG contrast
Aa
#fbc6b2 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc6b2 on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green77.6%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow29.1%
Key (black)1.6%
Color previews
#fbc6b2 text on a black background
contrast 13.82:1
Card sample
#fbc6b2 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc6b2;
Background color
Panel with #fbc6b2 background
background-color: #fbc6b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc6b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 198, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 198, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc6b2; background: linear-gradient(135deg, #fbc6b2, #FBF7B2);