#fbcf4f
a balanced, electric yellow · warm · closest name: gold
RGB
251, 207, 79
HSL
45°, 96%, 65%
CMYK
0, 18, 69, 2
Luminance
0.6570
Every format
| HEX | #fbcf4f |
| RGB | rgb(251, 207, 79) |
| HSL | hsl(45, 96%, 65%) |
| CMYK | cmyk(0%, 18%, 69%, 2%) |
| LAB | lab(84.8 2.5 66.7) |
| LCH | lch(84.8 66.8 87.9) |
| OKLCH | oklch(0.870 0.150 89.6) |
Copy-ready code
/* CSS */
color: #fbcf4f;
background-color: #fbcf4f;
/* Tailwind (arbitrary) */
class="text-[#fbcf4f] bg-[#fbcf4f]"
/* SCSS */
$brand: #fbcf4f;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.310)
/* Android */
Color.parseColor("#fbcf4f")Accessibility — WCAG contrast
Aa
#fbcf4f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf4f on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow68.5%
Key (black)1.6%
Color previews
#fbcf4f text on a black background
contrast 14.14:1
Card sample
#fbcf4f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf4f;
Background color
Panel with #fbcf4f background
background-color: #fbcf4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf4f; background: linear-gradient(135deg, #fbcf4f, #B4FB4F);