#b2ae15
a dark, electric yellow · cool · closest name: olive
RGB
178, 174, 21
HSL
59°, 79%, 39%
CMYK
0, 2, 88, 30
Luminance
0.3979
Every format
| HEX | #b2ae15 |
| RGB | rgb(178, 174, 21) |
| HSL | hsl(59, 79%, 39%) |
| CMYK | cmyk(0%, 2%, 88%, 30%) |
| LAB | lab(69.3 -14.1 68.5) |
| LCH | lch(69.3 69.9 101.6) |
| OKLCH | oklch(0.731 0.153 108.0) |
Copy-ready code
/* CSS */
color: #b2ae15;
background-color: #b2ae15;
/* Tailwind (arbitrary) */
class="text-[#b2ae15] bg-[#b2ae15]"
/* SCSS */
$brand: #b2ae15;
/* SwiftUI */
Color(red: 0.698, green: 0.682, blue: 0.082)
/* Android */
Color.parseColor("#b2ae15")Accessibility — WCAG contrast
Aa
#b2ae15 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ae15 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.2%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow88.2%
Key (black)30.2%
Color previews
#b2ae15 text on a black background
contrast 8.96:1
Card sample
#b2ae15 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ae15;
Background color
Panel with #b2ae15 background
background-color: #b2ae15;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ae15;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 174, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 174, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ae15; background: linear-gradient(135deg, #b2ae15, #4DB215);