#fbcf02
a balanced, electric yellow · cool · closest name: gold
RGB
251, 207, 2
HSL
49°, 98%, 50%
CMYK
0, 18, 99, 2
Luminance
0.6514
Every format
| HEX | #fbcf02 |
| RGB | rgb(251, 207, 2) |
| HSL | hsl(49, 98%, 50%) |
| CMYK | cmyk(0%, 18%, 99%, 2%) |
| LAB | lab(84.6 0.5 85.1) |
| LCH | lch(84.6 85.1 89.7) |
| OKLCH | oklch(0.867 0.177 93.3) |
Copy-ready code
/* CSS */
color: #fbcf02;
background-color: #fbcf02;
/* Tailwind (arbitrary) */
class="text-[#fbcf02] bg-[#fbcf02]"
/* SCSS */
$brand: #fbcf02;
/* SwiftUI */
Color(red: 0.984, green: 0.812, blue: 0.008)
/* Android */
Color.parseColor("#fbcf02")Accessibility — WCAG contrast
Aa
#fbcf02 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcf02 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green81.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta17.5%
Yellow99.2%
Key (black)1.6%
Color previews
#fbcf02 text on a black background
contrast 14.03:1
Card sample
#fbcf02 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcf02;
Background color
Panel with #fbcf02 background
background-color: #fbcf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 207, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 207, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcf02; background: linear-gradient(135deg, #fbcf02, #81FB02);