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