#b5ad13
a dark, electric yellow · cool · closest name: olive
RGB
181, 173, 19
HSL
57°, 81%, 39%
CMYK
0, 4, 90, 29
Luminance
0.3976
Every format
| HEX | #b5ad13 |
| RGB | rgb(181, 173, 19) |
| HSL | hsl(57, 81%, 39%) |
| CMYK | cmyk(0%, 4%, 90%, 29%) |
| LAB | lab(69.3 -12.3 68.9) |
| LCH | lch(69.3 70.0 100.1) |
| OKLCH | oklch(0.731 0.152 106.2) |
Copy-ready code
/* CSS */
color: #b5ad13;
background-color: #b5ad13;
/* Tailwind (arbitrary) */
class="text-[#b5ad13] bg-[#b5ad13]"
/* SCSS */
$brand: #b5ad13;
/* SwiftUI */
Color(red: 0.710, green: 0.678, blue: 0.075)
/* Android */
Color.parseColor("#b5ad13")Accessibility — WCAG contrast
Aa
#b5ad13 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ad13 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green67.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow89.5%
Key (black)29.0%
Color previews
#b5ad13 text on a black background
contrast 8.95:1
Card sample
#b5ad13 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ad13;
Background color
Panel with #b5ad13 background
background-color: #b5ad13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ad13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 173, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 173, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ad13; background: linear-gradient(135deg, #b5ad13, #51B513);