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