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