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