#bbcc2f
a balanced, vivid yellow · cool · closest name: gold
RGB
187, 204, 47
HSL
67°, 63%, 49%
CMYK
8, 0, 77, 20
Luminance
0.5396
Every format
| HEX | #bbcc2f |
| RGB | rgb(187, 204, 47) |
| HSL | hsl(67, 63%, 49%) |
| CMYK | cmyk(8%, 0%, 77%, 20%) |
| LAB | lab(78.4 -24.4 70.1) |
| LCH | lch(78.4 74.2 109.2) |
| OKLCH | oklch(0.806 0.171 115.9) |
Copy-ready code
/* CSS */
color: #bbcc2f;
background-color: #bbcc2f;
/* Tailwind (arbitrary) */
class="text-[#bbcc2f] bg-[#bbcc2f]"
/* SCSS */
$brand: #bbcc2f;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.184)
/* Android */
Color.parseColor("#bbcc2f")Accessibility — WCAG contrast
Aa
#bbcc2f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcc2f on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue18.4%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow77.0%
Key (black)20.0%
Color previews
#bbcc2f text on a black background
contrast 11.79:1
Card sample
#bbcc2f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcc2f;
Background color
Panel with #bbcc2f background
background-color: #bbcc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcc2f; background: linear-gradient(135deg, #bbcc2f, #52CC2F);