#bbaf02
a dark, electric yellow · cool · closest name: gold
RGB
187, 175, 2
HSL
56°, 98%, 37%
CMYK
0, 6, 99, 27
Luminance
0.4123
Every format
| HEX | #bbaf02 |
| RGB | rgb(187, 175, 2) |
| HSL | hsl(56, 98%, 37%) |
| CMYK | cmyk(0%, 6%, 99%, 27%) |
| LAB | lab(70.3 -10.9 72.2) |
| LCH | lch(70.3 73.0 98.6) |
| OKLCH | oklch(0.741 0.157 104.6) |
Copy-ready code
/* CSS */
color: #bbaf02;
background-color: #bbaf02;
/* Tailwind (arbitrary) */
class="text-[#bbaf02] bg-[#bbaf02]"
/* SCSS */
$brand: #bbaf02;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.008)
/* Android */
Color.parseColor("#bbaf02")Accessibility — WCAG contrast
Aa
#bbaf02 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaf02 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow98.9%
Key (black)26.7%
Color previews
#bbaf02 text on a black background
contrast 9.25:1
Card sample
#bbaf02 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaf02;
Background color
Panel with #bbaf02 background
background-color: #bbaf02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaf02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaf02; background: linear-gradient(135deg, #bbaf02, #4CBB02);