#bbcb0f
a dark, electric yellow · cool · closest name: yellow
RGB
187, 203, 15
HSL
65°, 86%, 43%
CMYK
8, 0, 93, 20
Luminance
0.5331
Every format
| HEX | #bbcb0f |
| RGB | rgb(187, 203, 15) |
| HSL | hsl(65, 86%, 43%) |
| CMYK | cmyk(8%, 0%, 93%, 20%) |
| LAB | lab(78.1 -24.8 76.6) |
| LCH | lch(78.1 80.5 107.9) |
| OKLCH | oklch(0.802 0.180 115.4) |
Copy-ready code
/* CSS */
color: #bbcb0f;
background-color: #bbcb0f;
/* Tailwind (arbitrary) */
class="text-[#bbcb0f] bg-[#bbcb0f]"
/* SCSS */
$brand: #bbcb0f;
/* SwiftUI */
Color(red: 0.733, green: 0.796, blue: 0.059)
/* Android */
Color.parseColor("#bbcb0f")Accessibility — WCAG contrast
Aa
#bbcb0f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcb0f on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green79.6%
Blue5.9%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow92.6%
Key (black)20.4%
Color previews
#bbcb0f text on a black background
contrast 11.66:1
Card sample
#bbcb0f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcb0f;
Background color
Panel with #bbcb0f background
background-color: #bbcb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 203, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 203, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcb0f; background: linear-gradient(135deg, #bbcb0f, #3ECB0F);