#fbcbaf
a light, electric orange · warm · closest name: tan
RGB
251, 203, 175
HSL
22°, 91%, 84%
CMYK
0, 19, 30, 2
Luminance
0.6632
Every format
| HEX | #fbcbaf |
| RGB | rgb(251, 203, 175) |
| HSL | hsl(22, 91%, 84%) |
| CMYK | cmyk(0%, 19%, 30%, 2%) |
| LAB | lab(85.2 13.1 20.4) |
| LCH | lch(85.2 24.2 57.3) |
| OKLCH | oklch(0.877 0.066 51.8) |
Copy-ready code
/* CSS */
color: #fbcbaf;
background-color: #fbcbaf;
/* Tailwind (arbitrary) */
class="text-[#fbcbaf] bg-[#fbcbaf]"
/* SCSS */
$brand: #fbcbaf;
/* SwiftUI */
Color(red: 0.984, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#fbcbaf")Accessibility — WCAG contrast
Aa
#fbcbaf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcbaf on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow30.3%
Key (black)1.6%
Color previews
#fbcbaf text on a black background
contrast 14.26:1
Card sample
#fbcbaf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcbaf;
Background color
Panel with #fbcbaf background
background-color: #fbcbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcbaf; background: linear-gradient(135deg, #fbcbaf, #F8FBAF);