#fbcf7f
a light, electric orange · warm · closest name: khaki
RGB
251, 207, 127
HSL
39°, 94%, 74%
CMYK
0, 18, 49, 2
Luminance
0.6667
Every format
| HEX | #fbcf7f |
| RGB | rgb(251, 207, 127) |
| HSL | hsl(39, 94%, 74%) |
| CMYK | cmyk(0%, 18%, 49%, 2%) |
| LAB | lab(85.3 5.8 45.4) |
| LCH | lch(85.3 45.7 82.7) |
| OKLCH | oklch(0.876 0.110 81.4) |
Copy-ready code
/* CSS */
color: #fbcf7f;
background-color: #fbcf7f;
/* Tailwind (arbitrary) */
class="text-[#fbcf7f] bg-[#fbcf7f]"
/* SCSS */
$brand: #fbcf7f;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#fbcf7f")Accessibility — WCAG contrast
Aa
#fbcf7f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf7f on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow49.4%
Key (black)1.6%
Color previews
#fbcf7f text on a black background
contrast 14.33:1
Card sample
#fbcf7f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf7f;
Background color
Panel with #fbcf7f background
background-color: #fbcf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf7f; background: linear-gradient(135deg, #fbcf7f, #D4FB7F);