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