#fbcf3f
a balanced, electric yellow · cool · closest name: gold
RGB
251, 207, 63
HSL
46°, 96%, 62%
CMYK
0, 18, 75, 2
Luminance
0.6549
Every format
| HEX | #fbcf3f |
| RGB | rgb(251, 207, 63) |
| HSL | hsl(46, 96%, 62%) |
| CMYK | cmyk(0%, 18%, 75%, 2%) |
| LAB | lab(84.7 1.7 72.7) |
| LCH | lch(84.7 72.7 88.6) |
| OKLCH | oklch(0.869 0.159 91.0) |
Copy-ready code
/* CSS */
color: #fbcf3f;
background-color: #fbcf3f;
/* Tailwind (arbitrary) */
class="text-[#fbcf3f] bg-[#fbcf3f]"
/* SCSS */
$brand: #fbcf3f;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.247)
/* Android */
Color.parseColor("#fbcf3f")Accessibility — WCAG contrast
Aa
#fbcf3f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf3f on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow74.9%
Key (black)1.6%
Color previews
#fbcf3f text on a black background
contrast 14.10:1
Card sample
#fbcf3f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf3f;
Background color
Panel with #fbcf3f background
background-color: #fbcf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf3f; background: linear-gradient(135deg, #fbcf3f, #AAFB3F);