#b2af0c
a dark, electric yellow · cool · closest name: olive
RGB
178, 175, 12
HSL
59°, 87%, 37%
CMYK
0, 2, 93, 30
Luminance
0.4015
Every format
| HEX | #b2af0c |
| RGB | rgb(178, 175, 12) |
| HSL | hsl(59, 87%, 37%) |
| CMYK | cmyk(0%, 2%, 93%, 30%) |
| LAB | lab(69.6 -14.8 70.1) |
| LCH | lch(69.6 71.7 101.9) |
| OKLCH | oklch(0.733 0.156 108.5) |
Copy-ready code
/* CSS */
color: #b2af0c;
background-color: #b2af0c;
/* Tailwind (arbitrary) */
class="text-[#b2af0c] bg-[#b2af0c]"
/* SCSS */
$brand: #b2af0c;
/* SwiftUI */
Color(red: 0.698, green: 0.686, blue: 0.047)
/* Android */
Color.parseColor("#b2af0c")Accessibility — WCAG contrast
Aa
#b2af0c on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2af0c on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow93.3%
Key (black)30.2%
Color previews
#b2af0c text on a black background
contrast 9.03:1
Card sample
#b2af0c text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2af0c;
Background color
Panel with #b2af0c background
background-color: #b2af0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2af0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 175, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 175, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2af0c; background: linear-gradient(135deg, #b2af0c, #46B20C);