#bbaf2b
a balanced, vivid yellow · cool · closest name: olive
RGB
187, 175, 43
HSL
55°, 63%, 45%
CMYK
0, 6, 77, 27
Luminance
0.4140
Every format
| HEX | #bbaf2b |
| RGB | rgb(187, 175, 43) |
| HSL | hsl(55, 63%, 45%) |
| CMYK | cmyk(0%, 6%, 77%, 27%) |
| LAB | lab(70.5 -10.0 64.0) |
| LCH | lch(70.5 64.8 98.9) |
| OKLCH | oklch(0.742 0.144 104.0) |
Copy-ready code
/* CSS */
color: #bbaf2b;
background-color: #bbaf2b;
/* Tailwind (arbitrary) */
class="text-[#bbaf2b] bg-[#bbaf2b]"
/* SCSS */
$brand: #bbaf2b;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.169)
/* Android */
Color.parseColor("#bbaf2b")Accessibility — WCAG contrast
Aa
#bbaf2b on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf2b on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow77.0%
Key (black)26.7%
Color previews
#bbaf2b text on a black background
contrast 9.28:1
Card sample
#bbaf2b text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf2b;
Background color
Panel with #bbaf2b background
background-color: #bbaf2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf2b; background: linear-gradient(135deg, #bbaf2b, #67BB2B);