#b6af27
a dark, vivid yellow · cool · closest name: olive
RGB
182, 175, 39
HSL
57°, 65%, 43%
CMYK
0, 4, 79, 29
Luminance
0.4075
Every format
| HEX | #b6af27 |
| RGB | rgb(182, 175, 39) |
| HSL | hsl(57, 65%, 43%) |
| CMYK | cmyk(0%, 4%, 79%, 29%) |
| LAB | lab(70.0 -12.3 64.7) |
| LCH | lch(70.0 65.9 100.8) |
| OKLCH | oklch(0.737 0.147 106.4) |
Copy-ready code
/* CSS */
color: #b6af27;
background-color: #b6af27;
/* Tailwind (arbitrary) */
class="text-[#b6af27] bg-[#b6af27]"
/* SCSS */
$brand: #b6af27;
/* SwiftUI */
Color(red: 0.714, green: 0.686, blue: 0.153)
/* Android */
Color.parseColor("#b6af27")Accessibility — WCAG contrast
Aa
#b6af27 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b6af27 on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green68.6%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow78.6%
Key (black)28.6%
Color previews
#b6af27 text on a black background
contrast 9.15:1
Card sample
#b6af27 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b6af27;
Background color
Panel with #b6af27 background
background-color: #b6af27;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b6af27;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 175, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 175, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b6af27; background: linear-gradient(135deg, #b6af27, #5EB627);