#fbe607
a balanced, electric yellow · cool · closest name: gold
RGB
251, 230, 7
HSL
55°, 97%, 51%
CMYK
0, 8, 97, 2
Luminance
0.7712
Every format
| HEX | #fbe607 |
| RGB | rgb(251, 230, 7) |
| HSL | hsl(55, 97%, 51%) |
| CMYK | cmyk(0%, 8%, 97%, 2%) |
| LAB | lab(90.4 -11.1 88.9) |
| LCH | lch(90.4 89.6 97.1) |
| OKLCH | oklch(0.913 0.191 102.7) |
Copy-ready code
/* CSS */
color: #fbe607;
background-color: #fbe607;
/* Tailwind (arbitrary) */
class="text-[#fbe607] bg-[#fbe607]"
/* SCSS */
$brand: #fbe607;
/* SwiftUI */
Color(red: 0.984, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#fbe607")Accessibility — WCAG contrast
Aa
#fbe607 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbe607 on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green90.2%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow97.2%
Key (black)1.6%
Color previews
#fbe607 text on a black background
contrast 16.42:1
Card sample
#fbe607 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbe607;
Background color
Panel with #fbe607 background
background-color: #fbe607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbe607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbe607; background: linear-gradient(135deg, #fbe607, #6EFB07);