#b9af2d
a balanced, vivid yellow · cool · closest name: olive
RGB
185, 175, 45
HSL
56°, 61%, 45%
CMYK
0, 5, 76, 28
Luminance
0.4116
Every format
| HEX | #b9af2d |
| RGB | rgb(185, 175, 45) |
| HSL | hsl(56, 61%, 45%) |
| CMYK | cmyk(0%, 5%, 76%, 28%) |
| LAB | lab(70.3 -10.8 63.2) |
| LCH | lch(70.3 64.1 99.7) |
| OKLCH | oklch(0.740 0.143 104.8) |
Copy-ready code
/* CSS */
color: #b9af2d;
background-color: #b9af2d;
/* Tailwind (arbitrary) */
class="text-[#b9af2d] bg-[#b9af2d]"
/* SCSS */
$brand: #b9af2d;
/* SwiftUI */
Color(red: 0.725, green: 0.686, blue: 0.176)
/* Android */
Color.parseColor("#b9af2d")Accessibility — WCAG contrast
Aa
#b9af2d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9af2d on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green68.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow75.7%
Key (black)27.5%
Color previews
#b9af2d text on a black background
contrast 9.23:1
Card sample
#b9af2d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9af2d;
Background color
Panel with #b9af2d background
background-color: #b9af2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9af2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 175, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 175, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9af2d; background: linear-gradient(135deg, #b9af2d, #66B92D);