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