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