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