#b2af2d
a dark, vivid yellow · cool · closest name: olive
RGB
178, 175, 45
HSL
59°, 60%, 44%
CMYK
0, 2, 75, 30
Luminance
0.4031
Every format
| HEX | #b2af2d |
| RGB | rgb(178, 175, 45) |
| HSL | hsl(59, 60%, 44%) |
| CMYK | cmyk(0%, 2%, 75%, 30%) |
| LAB | lab(69.7 -13.9 62.4) |
| LCH | lch(69.7 63.9 102.5) |
| OKLCH | oklch(0.734 0.144 108.1) |
Copy-ready code
/* CSS */
color: #b2af2d;
background-color: #b2af2d;
/* Tailwind (arbitrary) */
class="text-[#b2af2d] bg-[#b2af2d]"
/* SCSS */
$brand: #b2af2d;
/* SwiftUI */
Color(red: 0.698, green: 0.686, blue: 0.176)
/* Android */
Color.parseColor("#b2af2d")Accessibility — WCAG contrast
Aa
#b2af2d on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2af2d on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.6%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow74.7%
Key (black)30.2%
Color previews
#b2af2d text on a black background
contrast 9.06:1
Card sample
#b2af2d text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2af2d;
Background color
Panel with #b2af2d background
background-color: #b2af2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2af2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 175, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 175, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2af2d; background: linear-gradient(135deg, #b2af2d, #5CB22D);