#fbcd6f
a light, electric yellow · warm · closest name: khaki
RGB
251, 205, 111
HSL
40°, 95%, 71%
CMYK
0, 18, 56, 2
Luminance
0.6532
Every format
| HEX | #fbcd6f |
| RGB | rgb(251, 205, 111) |
| HSL | hsl(40, 95%, 71%) |
| CMYK | cmyk(0%, 18%, 56%, 2%) |
| LAB | lab(84.7 5.5 52.3) |
| LCH | lch(84.7 52.6 84.0) |
| OKLCH | oklch(0.870 0.124 83.6) |
Copy-ready code
/* CSS */
color: #fbcd6f;
background-color: #fbcd6f;
/* Tailwind (arbitrary) */
class="text-[#fbcd6f] bg-[#fbcd6f]"
/* SCSS */
$brand: #fbcd6f;
/* SwiftUI */
Color(red: 0.984, green: 0.804, blue: 0.435)
/* Android */
Color.parseColor("#fbcd6f")Accessibility — WCAG contrast
Aa
#fbcd6f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcd6f on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.4%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow55.8%
Key (black)1.6%
Color previews
#fbcd6f text on a black background
contrast 14.06:1
Card sample
#fbcd6f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcd6f;
Background color
Panel with #fbcd6f background
background-color: #fbcd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 205, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 205, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcd6f; background: linear-gradient(135deg, #fbcd6f, #CCFB6F);