#fbeb13
a balanced, electric yellow · cool · closest name: yellow
RGB
251, 235, 19
HSL
56°, 97%, 53%
CMYK
0, 6, 92, 2
Luminance
0.7997
Every format
| HEX | #fbeb13 |
| RGB | rgb(251, 235, 19) |
| HSL | hsl(56, 97%, 53%) |
| CMYK | cmyk(0%, 6%, 92%, 2%) |
| LAB | lab(91.7 -13.4 88.7) |
| LCH | lch(91.7 89.8 98.6) |
| OKLCH | oklch(0.924 0.193 104.5) |
Copy-ready code
/* CSS */
color: #fbeb13;
background-color: #fbeb13;
/* Tailwind (arbitrary) */
class="text-[#fbeb13] bg-[#fbeb13]"
/* SCSS */
$brand: #fbeb13;
/* SwiftUI */
Color(red: 0.984, green: 0.922, blue: 0.075)
/* Android */
Color.parseColor("#fbeb13")Accessibility — WCAG contrast
Aa
#fbeb13 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeb13 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green92.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow92.4%
Key (black)1.6%
Color previews
#fbeb13 text on a black background
contrast 16.99:1
Card sample
#fbeb13 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeb13;
Background color
Panel with #fbeb13 background
background-color: #fbeb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 235, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 235, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeb13; background: linear-gradient(135deg, #fbeb13, #70FB13);