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