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