#fbf360
a light, electric yellow · cool · closest name: gold
RGB
251, 243, 96
HSL
57°, 95%, 68%
CMYK
0, 3, 62, 2
Luminance
0.8545
Every format
| HEX | #fbf360 |
| RGB | rgb(251, 243, 96) |
| HSL | hsl(57, 95%, 68%) |
| CMYK | cmyk(0%, 3%, 62%, 2%) |
| LAB | lab(94.1 -14.6 69.5) |
| LCH | lch(94.1 71.1 101.9) |
| OKLCH | oklch(0.944 0.165 106.2) |
Copy-ready code
/* CSS */
color: #fbf360;
background-color: #fbf360;
/* Tailwind (arbitrary) */
class="text-[#fbf360] bg-[#fbf360]"
/* SCSS */
$brand: #fbf360;
/* SwiftUI */
Color(red: 0.984, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#fbf360")Accessibility — WCAG contrast
Aa
#fbf360 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf360 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green95.3%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow61.8%
Key (black)1.6%
Color previews
#fbf360 text on a black background
contrast 18.09:1
Card sample
#fbf360 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf360;
Background color
Panel with #fbf360 background
background-color: #fbf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf360; background: linear-gradient(135deg, #fbf360, #9CFB60);