#bbcc1f
a balanced, vivid yellow · cool · closest name: gold
RGB
187, 204, 31
HSL
66°, 74%, 46%
CMYK
8, 0, 85, 20
Luminance
0.5385
Every format
| HEX | #bbcc1f |
| RGB | rgb(187, 204, 31) |
| HSL | hsl(66, 74%, 46%) |
| CMYK | cmyk(8%, 0%, 85%, 20%) |
| LAB | lab(78.4 -24.9 74.1) |
| LCH | lch(78.4 78.2 108.6) |
| OKLCH | oklch(0.805 0.177 115.8) |
Copy-ready code
/* CSS */
color: #bbcc1f;
background-color: #bbcc1f;
/* Tailwind (arbitrary) */
class="text-[#bbcc1f] bg-[#bbcc1f]"
/* SCSS */
$brand: #bbcc1f;
/* SwiftUI */
Color(red: 0.733, green: 0.800, blue: 0.122)
/* Android */
Color.parseColor("#bbcc1f")Accessibility — WCAG contrast
Aa
#bbcc1f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcc1f on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green80.0%
Blue12.2%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow84.8%
Key (black)20.0%
Color previews
#bbcc1f text on a black background
contrast 11.77:1
Card sample
#bbcc1f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcc1f;
Background color
Panel with #bbcc1f background
background-color: #bbcc1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcc1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 204, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 204, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcc1f; background: linear-gradient(135deg, #bbcc1f, #48CC1F);