#bbae2f
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 174, 47
HSL
54°, 60%, 46%
CMYK
0, 7, 75, 27
Luminance
0.4104
Every format
| HEX | #bbae2f |
| RGB | rgb(187, 174, 47) |
| HSL | hsl(54, 60%, 46%) |
| CMYK | cmyk(0%, 7%, 75%, 27%) |
| LAB | lab(70.2 -9.3 62.5) |
| LCH | lch(70.2 63.2 98.5) |
| OKLCH | oklch(0.740 0.141 103.3) |
Copy-ready code
/* CSS */
color: #bbae2f;
background-color: #bbae2f;
/* Tailwind (arbitrary) */
class="text-[#bbae2f] bg-[#bbae2f]"
/* SCSS */
$brand: #bbae2f;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.184)
/* Android */
Color.parseColor("#bbae2f")Accessibility — WCAG contrast
Aa
#bbae2f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbae2f on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow74.9%
Key (black)26.7%
Color previews
#bbae2f text on a black background
contrast 9.21:1
Card sample
#bbae2f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbae2f;
Background color
Panel with #bbae2f background
background-color: #bbae2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbae2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbae2f; background: linear-gradient(135deg, #bbae2f, #6BBB2F);