#bbaf21
a dark, vivid yellow · cool · closest name: olive
RGB
187, 175, 33
HSL
55°, 70%, 43%
CMYK
0, 6, 82, 27
Luminance
0.4133
Every format
| HEX | #bbaf21 |
| RGB | rgb(187, 175, 33) |
| HSL | hsl(55, 70%, 43%) |
| CMYK | cmyk(0%, 6%, 82%, 27%) |
| LAB | lab(70.4 -10.4 66.9) |
| LCH | lch(70.4 67.7 98.8) |
| OKLCH | oklch(0.741 0.149 104.2) |
Copy-ready code
/* CSS */
color: #bbaf21;
background-color: #bbaf21;
/* Tailwind (arbitrary) */
class="text-[#bbaf21] bg-[#bbaf21]"
/* SCSS */
$brand: #bbaf21;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.129)
/* Android */
Color.parseColor("#bbaf21")Accessibility — WCAG contrast
Aa
#bbaf21 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf21 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow82.4%
Key (black)26.7%
Color previews
#bbaf21 text on a black background
contrast 9.27:1
Card sample
#bbaf21 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf21;
Background color
Panel with #bbaf21 background
background-color: #bbaf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf21; background: linear-gradient(135deg, #bbaf21, #60BB21);