#fbcf9b
a light, electric orange · warm · closest name: tan
RGB
251, 207, 155
HSL
33°, 92%, 80%
CMYK
0, 18, 38, 2
Luminance
0.6750
Every format
| HEX | #fbcf9b |
| RGB | rgb(251, 207, 155) |
| HSL | hsl(33, 92%, 80%) |
| CMYK | cmyk(0%, 18%, 38%, 2%) |
| LAB | lab(85.8 8.6 31.7) |
| LCH | lch(85.8 32.8 74.8) |
| OKLCH | oklch(0.880 0.084 71.1) |
Copy-ready code
/* CSS */
color: #fbcf9b;
background-color: #fbcf9b;
/* Tailwind (arbitrary) */
class="text-[#fbcf9b] bg-[#fbcf9b]"
/* SCSS */
$brand: #fbcf9b;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#fbcf9b")Accessibility — WCAG contrast
Aa
#fbcf9b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf9b on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow38.2%
Key (black)1.6%
Color previews
#fbcf9b text on a black background
contrast 14.50:1
Card sample
#fbcf9b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf9b;
Background color
Panel with #fbcf9b background
background-color: #fbcf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf9b; background: linear-gradient(135deg, #fbcf9b, #E7FB9B);