#b5af2d
a dark, vivid yellow · cool · closest name: olive
RGB
181, 175, 45
HSL
57°, 60%, 44%
CMYK
0, 3, 75, 29
Luminance
0.4067
Every format
| HEX | #b5af2d |
| RGB | rgb(181, 175, 45) |
| HSL | hsl(57, 60%, 44%) |
| CMYK | cmyk(0%, 3%, 75%, 29%) |
| LAB | lab(70.0 -12.6 62.7) |
| LCH | lch(70.0 64.0 101.3) |
| OKLCH | oklch(0.737 0.144 106.7) |
Copy-ready code
/* CSS */
color: #b5af2d;
background-color: #b5af2d;
/* Tailwind (arbitrary) */
class="text-[#b5af2d] bg-[#b5af2d]"
/* SCSS */
$brand: #b5af2d;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.176)
/* Android */
Color.parseColor("#b5af2d")Accessibility — WCAG contrast
Aa
#b5af2d on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5af2d on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow75.1%
Key (black)29.0%
Color previews
#b5af2d text on a black background
contrast 9.13:1
Card sample
#b5af2d text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5af2d;
Background color
Panel with #b5af2d background
background-color: #b5af2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5af2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5af2d; background: linear-gradient(135deg, #b5af2d, #60B52D);