#bbcb2f
a balanced, vivid yellow · cool · closest name: gold
RGB
187, 203, 47
HSL
66°, 62%, 49%
CMYK
8, 0, 77, 20
Luminance
0.5348
Every format
| HEX | #bbcb2f |
| RGB | rgb(187, 203, 47) |
| HSL | hsl(66, 62%, 49%) |
| CMYK | cmyk(8%, 0%, 77%, 20%) |
| LAB | lab(78.2 -23.9 69.8) |
| LCH | lch(78.2 73.8 108.9) |
| OKLCH | oklch(0.803 0.169 115.6) |
Copy-ready code
/* CSS */
color: #bbcb2f;
background-color: #bbcb2f;
/* Tailwind (arbitrary) */
class="text-[#bbcb2f] bg-[#bbcb2f]"
/* SCSS */
$brand: #bbcb2f;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#bbcb2f")Accessibility — WCAG contrast
Aa
#bbcb2f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcb2f on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue18.4%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow76.8%
Key (black)20.4%
Color previews
#bbcb2f text on a black background
contrast 11.70:1
Card sample
#bbcb2f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcb2f;
Background color
Panel with #bbcb2f background
background-color: #bbcb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcb2f; background: linear-gradient(135deg, #bbcb2f, #53CB2F);