#b5ae21
a dark, vivid yellow · cool · closest name: olive
RGB
181, 174, 33
HSL
57°, 69%, 42%
CMYK
0, 4, 82, 29
Luminance
0.4021
Every format
| HEX | #b5ae21 |
| RGB | rgb(181, 174, 33) |
| HSL | hsl(57, 69%, 42%) |
| CMYK | cmyk(0%, 4%, 82%, 29%) |
| LAB | lab(69.6 -12.5 66.1) |
| LCH | lch(69.6 67.2 100.7) |
| OKLCH | oklch(0.734 0.149 106.5) |
Copy-ready code
/* CSS */
color: #b5ae21;
background-color: #b5ae21;
/* Tailwind (arbitrary) */
class="text-[#b5ae21] bg-[#b5ae21]"
/* SCSS */
$brand: #b5ae21;
/* SwiftUI */
Color(red: 0.710, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#b5ae21")Accessibility — WCAG contrast
Aa
#b5ae21 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5ae21 on black: 9.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow81.8%
Key (black)29.0%
Color previews
#b5ae21 text on a black background
contrast 9.04:1
Card sample
#b5ae21 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5ae21;
Background color
Panel with #b5ae21 background
background-color: #b5ae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5ae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5ae21; background: linear-gradient(135deg, #b5ae21, #59B521);