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