#b7ae2f
a balanced, vivid yellow · cool · closest name: olive
RGB
183, 174, 47
HSL
56°, 59%, 45%
CMYK
0, 5, 74, 28
Luminance
0.4054
Every format
| HEX | #b7ae2f |
| RGB | rgb(183, 174, 47) |
| HSL | hsl(56, 59%, 45%) |
| CMYK | cmyk(0%, 5%, 74%, 28%) |
| LAB | lab(69.9 -11.1 62.0) |
| LCH | lch(69.9 63.0 100.1) |
| OKLCH | oklch(0.736 0.141 105.2) |
Copy-ready code
/* CSS */
color: #b7ae2f;
background-color: #b7ae2f;
/* Tailwind (arbitrary) */
class="text-[#b7ae2f] bg-[#b7ae2f]"
/* SCSS */
$brand: #b7ae2f;
/* SwiftUI */
Color(red: 0.718, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#b7ae2f")Accessibility — WCAG contrast
Aa
#b7ae2f on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7ae2f on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow74.3%
Key (black)28.2%
Color previews
#b7ae2f text on a black background
contrast 9.11:1
Card sample
#b7ae2f text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7ae2f;
Background color
Panel with #b7ae2f background
background-color: #b7ae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7ae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7ae2f; background: linear-gradient(135deg, #b7ae2f, #65B72F);