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