#b2aa13
a dark, electric yellow · cool · closest name: olive
RGB
178, 170, 19
HSL
57°, 81%, 39%
CMYK
0, 5, 89, 30
Luminance
0.3826
Every format
| HEX | #b2aa13 |
| RGB | rgb(178, 170, 19) |
| HSL | hsl(57, 81%, 39%) |
| CMYK | cmyk(0%, 5%, 89%, 30%) |
| LAB | lab(68.2 -12.1 68.0) |
| LCH | lch(68.2 69.0 100.1) |
| OKLCH | oklch(0.722 0.150 106.1) |
Copy-ready code
/* CSS */
color: #b2aa13;
background-color: #b2aa13;
/* Tailwind (arbitrary) */
class="text-[#b2aa13] bg-[#b2aa13]"
/* SCSS */
$brand: #b2aa13;
/* SwiftUI */
Color(red: 0.698, green: 0.667, blue: 0.075)
/* Android */
Color.parseColor("#b2aa13")Accessibility — WCAG contrast
Aa
#b2aa13 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2aa13 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green66.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow89.3%
Key (black)30.2%
Color previews
#b2aa13 text on a black background
contrast 8.65:1
Card sample
#b2aa13 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2aa13;
Background color
Panel with #b2aa13 background
background-color: #b2aa13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2aa13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 170, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 170, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2aa13; background: linear-gradient(135deg, #b2aa13, #50B213);