#b3bf13
a dark, electric yellow · cool · closest name: gold
RGB
179, 191, 19
HSL
64°, 82%, 41%
CMYK
6, 0, 90, 25
Luminance
0.4689
Every format
| HEX | #b3bf13 |
| RGB | rgb(179, 191, 19) |
| HSL | hsl(64, 82%, 41%) |
| CMYK | cmyk(6%, 0%, 90%, 25%) |
| LAB | lab(74.1 -22.3 72.7) |
| LCH | lch(74.1 76.0 107.0) |
| OKLCH | oklch(0.769 0.170 114.3) |
Copy-ready code
/* CSS */
color: #b3bf13;
background-color: #b3bf13;
/* Tailwind (arbitrary) */
class="text-[#b3bf13] bg-[#b3bf13]"
/* SCSS */
$brand: #b3bf13;
/* SwiftUI */
Color(red: 0.702, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#b3bf13")Accessibility — WCAG contrast
Aa
#b3bf13 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bf13 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.9%
Blue7.5%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#b3bf13 text on a black background
contrast 10.38:1
Card sample
#b3bf13 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bf13;
Background color
Panel with #b3bf13 background
background-color: #b3bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bf13; background: linear-gradient(135deg, #b3bf13, #40BF13);