#b9c716
a dark, electric yellow · cool · closest name: gold
RGB
185, 199, 22
HSL
65°, 80%, 43%
CMYK
7, 0, 89, 22
Luminance
0.5122
Every format
| HEX | #b9c716 |
| RGB | rgb(185, 199, 22) |
| HSL | hsl(65, 80%, 43%) |
| CMYK | cmyk(7%, 0%, 89%, 22%) |
| LAB | lab(76.8 -23.6 74.5) |
| LCH | lch(76.8 78.2 107.5) |
| OKLCH | oklch(0.792 0.175 114.8) |
Copy-ready code
/* CSS */
color: #b9c716;
background-color: #b9c716;
/* Tailwind (arbitrary) */
class="text-[#b9c716] bg-[#b9c716]"
/* SCSS */
$brand: #b9c716;
/* SwiftUI */
Color(red: 0.725, green: 0.780, blue: 0.086)
/* Android */
Color.parseColor("#b9c716")Accessibility — WCAG contrast
Aa
#b9c716 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9c716 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green78.0%
Blue8.6%
CMYK percentages
Cyan7.0%
Magenta0.0%
Yellow88.9%
Key (black)22.0%
Color previews
#b9c716 text on a black background
contrast 11.24:1
Card sample
#b9c716 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9c716;
Background color
Panel with #b9c716 background
background-color: #b9c716;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9c716;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 199, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 199, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9c716; background: linear-gradient(135deg, #b9c716, #43C716);