#fbcba7
a light, electric orange · warm · closest name: tan
RGB
251, 203, 167
HSL
26°, 91%, 82%
CMYK
0, 19, 34, 2
Luminance
0.6601
Every format
| HEX | #fbcba7 |
| RGB | rgb(251, 203, 167) |
| HSL | hsl(26, 91%, 82%) |
| CMYK | cmyk(0%, 19%, 34%, 2%) |
| LAB | lab(85.0 12.1 24.4) |
| LCH | lch(85.0 27.2 63.6) |
| OKLCH | oklch(0.875 0.072 58.5) |
Copy-ready code
/* CSS */
color: #fbcba7;
background-color: #fbcba7;
/* Tailwind (arbitrary) */
class="text-[#fbcba7] bg-[#fbcba7]"
/* SCSS */
$brand: #fbcba7;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.655)
/* Android */
Color.parseColor("#fbcba7")Accessibility — WCAG contrast
Aa
#fbcba7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcba7 on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow33.5%
Key (black)1.6%
Color previews
#fbcba7 text on a black background
contrast 14.20:1
Card sample
#fbcba7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcba7;
Background color
Panel with #fbcba7 background
background-color: #fbcba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcba7; background: linear-gradient(135deg, #fbcba7, #F3FBA7);