#fbcf8c
a light, electric orange · warm · closest name: khaki
RGB
251, 207, 140
HSL
36°, 93%, 77%
CMYK
0, 18, 44, 2
Luminance
0.6703
Every format
| HEX | #fbcf8c |
| RGB | rgb(251, 207, 140) |
| HSL | hsl(36, 93%, 77%) |
| CMYK | cmyk(0%, 18%, 44%, 2%) |
| LAB | lab(85.5 7.0 39.0) |
| LCH | lch(85.5 39.7 79.8) |
| OKLCH | oklch(0.878 0.098 77.5) |
Copy-ready code
/* CSS */
color: #fbcf8c;
background-color: #fbcf8c;
/* Tailwind (arbitrary) */
class="text-[#fbcf8c] bg-[#fbcf8c]"
/* SCSS */
$brand: #fbcf8c;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.549)
/* Android */
Color.parseColor("#fbcf8c")Accessibility — WCAG contrast
Aa
#fbcf8c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf8c on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow44.2%
Key (black)1.6%
Color previews
#fbcf8c text on a black background
contrast 14.41:1
Card sample
#fbcf8c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf8c;
Background color
Panel with #fbcf8c background
background-color: #fbcf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf8c; background: linear-gradient(135deg, #fbcf8c, #DDFB8C);