#b3ae21
a dark, vivid yellow · cool · closest name: olive
RGB
179, 174, 33
HSL
58°, 69%, 42%
CMYK
0, 3, 82, 30
Luminance
0.3997
Every format
| HEX | #b3ae21 |
| RGB | rgb(179, 174, 33) |
| HSL | hsl(58, 69%, 42%) |
| CMYK | cmyk(0%, 3%, 82%, 30%) |
| LAB | lab(69.5 -13.4 65.8) |
| LCH | lch(69.5 67.2 101.5) |
| OKLCH | oklch(0.732 0.149 107.4) |
Copy-ready code
/* CSS */
color: #b3ae21;
background-color: #b3ae21;
/* Tailwind (arbitrary) */
class="text-[#b3ae21] bg-[#b3ae21]"
/* SCSS */
$brand: #b3ae21;
/* SwiftUI */
Color(red: 0.702, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#b3ae21")Accessibility — WCAG contrast
Aa
#b3ae21 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ae21 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow81.6%
Key (black)29.8%
Color previews
#b3ae21 text on a black background
contrast 8.99:1
Card sample
#b3ae21 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ae21;
Background color
Panel with #b3ae21 background
background-color: #b3ae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ae21; background: linear-gradient(135deg, #b3ae21, #57B321);