#b8ad21
a dark, vivid yellow · cool · closest name: olive
RGB
184, 173, 33
HSL
56°, 70%, 43%
CMYK
0, 6, 82, 28
Luminance
0.4019
Every format
| HEX | #b8ad21 |
| RGB | rgb(184, 173, 33) |
| HSL | hsl(56, 70%, 43%) |
| CMYK | cmyk(0%, 6%, 82%, 28%) |
| LAB | lab(69.6 -10.6 66.2) |
| LCH | lch(69.6 67.0 99.1) |
| OKLCH | oklch(0.734 0.147 104.6) |
Copy-ready code
/* CSS */
color: #b8ad21;
background-color: #b8ad21;
/* Tailwind (arbitrary) */
class="text-[#b8ad21] bg-[#b8ad21]"
/* SCSS */
$brand: #b8ad21;
/* SwiftUI */
Color(red: 0.722, green: 0.678, blue: 0.129)
/* Android */
Color.parseColor("#b8ad21")Accessibility — WCAG contrast
Aa
#b8ad21 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8ad21 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow82.1%
Key (black)27.8%
Color previews
#b8ad21 text on a black background
contrast 9.04:1
Card sample
#b8ad21 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8ad21;
Background color
Panel with #b8ad21 background
background-color: #b8ad21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8ad21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 173, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 173, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8ad21; background: linear-gradient(135deg, #b8ad21, #5EB821);