#fbf607
a balanced, electric yellow · cool · closest name: yellow
RGB
251, 246, 7
HSL
59°, 97%, 51%
CMYK
0, 2, 97, 2
Luminance
0.8644
Every format
| HEX | #fbf607 |
| RGB | rgb(251, 246, 7) |
| HSL | hsl(59, 97%, 51%) |
| CMYK | cmyk(0%, 2%, 97%, 2%) |
| LAB | lab(94.5 -18.9 91.9) |
| LCH | lch(94.5 93.8 101.6) |
| OKLCH | oklch(0.946 0.204 108.2) |
Copy-ready code
/* CSS */
color: #fbf607;
background-color: #fbf607;
/* Tailwind (arbitrary) */
class="text-[#fbf607] bg-[#fbf607]"
/* SCSS */
$brand: #fbf607;
/* SwiftUI */
Color(red: 0.984, green: 0.965, blue: 0.027)
/* Android */
Color.parseColor("#fbf607")Accessibility — WCAG contrast
Aa
#fbf607 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf607 on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green96.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow97.2%
Key (black)1.6%
Color previews
#fbf607 text on a black background
contrast 18.29:1
Card sample
#fbf607 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf607;
Background color
Panel with #fbf607 background
background-color: #fbf607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 246, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 246, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf607; background: linear-gradient(135deg, #fbf607, #5DFB07);