#b9ae13
a dark, electric yellow · cool · closest name: olive
RGB
185, 174, 19
HSL
56°, 81%, 40%
CMYK
0, 6, 90, 28
Luminance
0.4063
Every format
| HEX | #b9ae13 |
| RGB | rgb(185, 174, 19) |
| HSL | hsl(56, 81%, 40%) |
| CMYK | cmyk(0%, 6%, 90%, 28%) |
| LAB | lab(69.9 -11.1 69.6) |
| LCH | lch(69.9 70.4 99.0) |
| OKLCH | oklch(0.737 0.153 104.9) |
Copy-ready code
/* CSS */
color: #b9ae13;
background-color: #b9ae13;
/* Tailwind (arbitrary) */
class="text-[#b9ae13] bg-[#b9ae13]"
/* SCSS */
$brand: #b9ae13;
/* SwiftUI */
Color(red: 0.725, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#b9ae13")Accessibility — WCAG contrast
Aa
#b9ae13 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9ae13 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green68.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow89.7%
Key (black)27.5%
Color previews
#b9ae13 text on a black background
contrast 9.13:1
Card sample
#b9ae13 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9ae13;
Background color
Panel with #b9ae13 background
background-color: #b9ae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9ae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9ae13; background: linear-gradient(135deg, #b9ae13, #55B913);