#b2ad2c
a dark, vivid yellow · cool · closest name: olive
RGB
178, 173, 44
HSL
58°, 60%, 44%
CMYK
0, 3, 75, 30
Luminance
0.3953
Every format
| HEX | #b2ad2c |
| RGB | rgb(178, 173, 44) |
| HSL | hsl(58, 60%, 44%) |
| CMYK | cmyk(0%, 3%, 75%, 30%) |
| LAB | lab(69.1 -12.9 62.2) |
| LCH | lch(69.1 63.5 101.7) |
| OKLCH | oklch(0.730 0.143 107.2) |
Copy-ready code
/* CSS */
color: #b2ad2c;
background-color: #b2ad2c;
/* Tailwind (arbitrary) */
class="text-[#b2ad2c] bg-[#b2ad2c]"
/* SCSS */
$brand: #b2ad2c;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.173)
/* Android */
Color.parseColor("#b2ad2c")Accessibility — WCAG contrast
Aa
#b2ad2c on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ad2c on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow75.3%
Key (black)30.2%
Color previews
#b2ad2c text on a black background
contrast 8.91:1
Card sample
#b2ad2c text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ad2c;
Background color
Panel with #b2ad2c background
background-color: #b2ad2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ad2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ad2c; background: linear-gradient(135deg, #b2ad2c, #5EB22C);