#b7ae21
a dark, vivid yellow · cool · closest name: olive
RGB
183, 174, 33
HSL
56°, 69%, 42%
CMYK
0, 5, 82, 28
Luminance
0.4045
Every format
| HEX | #b7ae21 |
| RGB | rgb(183, 174, 33) |
| HSL | hsl(56, 69%, 42%) |
| CMYK | cmyk(0%, 5%, 82%, 28%) |
| LAB | lab(69.8 -11.6 66.3) |
| LCH | lch(69.8 67.3 99.9) |
| OKLCH | oklch(0.736 0.148 105.6) |
Copy-ready code
/* CSS */
color: #b7ae21;
background-color: #b7ae21;
/* Tailwind (arbitrary) */
class="text-[#b7ae21] bg-[#b7ae21]"
/* SCSS */
$brand: #b7ae21;
/* SwiftUI */
Color(red: 0.718, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#b7ae21")Accessibility — WCAG contrast
Aa
#b7ae21 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ae21 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow82.0%
Key (black)28.2%
Color previews
#b7ae21 text on a black background
contrast 9.09:1
Card sample
#b7ae21 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ae21;
Background color
Panel with #b7ae21 background
background-color: #b7ae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ae21; background: linear-gradient(135deg, #b7ae21, #5CB721);