#b7bf13
a dark, electric yellow · cool · closest name: gold
RGB
183, 191, 19
HSL
63°, 82%, 41%
CMYK
4, 0, 90, 25
Luminance
0.4738
Every format
| HEX | #b7bf13 |
| RGB | rgb(183, 191, 19) |
| HSL | hsl(63, 82%, 41%) |
| CMYK | cmyk(4%, 0%, 90%, 25%) |
| LAB | lab(74.4 -20.6 73.0) |
| LCH | lch(74.4 75.9 105.7) |
| OKLCH | oklch(0.773 0.169 112.8) |
Copy-ready code
/* CSS */
color: #b7bf13;
background-color: #b7bf13;
/* Tailwind (arbitrary) */
class="text-[#b7bf13] bg-[#b7bf13]"
/* SCSS */
$brand: #b7bf13;
/* SwiftUI */
Color(red: 0.718, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#b7bf13")Accessibility — WCAG contrast
Aa
#b7bf13 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bf13 on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.9%
Blue7.5%
CMYK percentages
Cyan4.2%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#b7bf13 text on a black background
contrast 10.48:1
Card sample
#b7bf13 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bf13;
Background color
Panel with #b7bf13 background
background-color: #b7bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bf13; background: linear-gradient(135deg, #b7bf13, #44BF13);