#fbfc13
a balanced, electric yellow · cool · closest name: yellow
RGB
251, 252, 19
HSL
60°, 98%, 53%
CMYK
0, 0, 93, 1
Luminance
0.9018
Every format
| HEX | #fbfc13 |
| RGB | rgb(251, 252, 19) |
| HSL | hsl(60, 98%, 53%) |
| CMYK | cmyk(0%, 0%, 93%, 1%) |
| LAB | lab(96.1 -21.6 92.1) |
| LCH | lch(96.1 94.6 103.2) |
| OKLCH | oklch(0.959 0.207 110.0) |
Copy-ready code
/* CSS */
color: #fbfc13;
background-color: #fbfc13;
/* Tailwind (arbitrary) */
class="text-[#fbfc13] bg-[#fbfc13]"
/* SCSS */
$brand: #fbfc13;
/* SwiftUI */
Color(red: 0.984, green: 0.988, blue: 0.075)
/* Android */
Color.parseColor("#fbfc13")Accessibility — WCAG contrast
Aa
#fbfc13 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbfc13 on black: 19.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green98.8%
Blue7.5%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow92.5%
Key (black)1.2%
Color previews
#fbfc13 text on a black background
contrast 19.04:1
Card sample
#fbfc13 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbfc13;
Background color
Panel with #fbfc13 background
background-color: #fbfc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbfc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 252, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 252, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbfc13; background: linear-gradient(135deg, #fbfc13, #5FFC13);