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