#b2ae33
a dark, vivid yellow · cool · closest name: olive
RGB
178, 174, 51
HSL
58°, 56%, 45%
CMYK
0, 2, 71, 30
Luminance
0.3998
Every format
| HEX | #b2ae33 |
| RGB | rgb(178, 174, 51) |
| HSL | hsl(58, 56%, 45%) |
| CMYK | cmyk(0%, 2%, 71%, 30%) |
| LAB | lab(69.5 -13.1 60.0) |
| LCH | lch(69.5 61.5 102.3) |
| OKLCH | oklch(0.732 0.140 107.5) |
Copy-ready code
/* CSS */
color: #b2ae33;
background-color: #b2ae33;
/* Tailwind (arbitrary) */
class="text-[#b2ae33] bg-[#b2ae33]"
/* SCSS */
$brand: #b2ae33;
/* SwiftUI */
Color(red: 0.698, green: 0.682, blue: 0.200)
/* Android */
Color.parseColor("#b2ae33")Accessibility — WCAG contrast
Aa
#b2ae33 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ae33 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.2%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow71.3%
Key (black)30.2%
Color previews
#b2ae33 text on a black background
contrast 9.00:1
Card sample
#b2ae33 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ae33;
Background color
Panel with #b2ae33 background
background-color: #b2ae33;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ae33;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 174, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 174, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ae33; background: linear-gradient(135deg, #b2ae33, #61B233);