#bbdc21
a balanced, vivid green · cool · closest name: yellow
RGB
187, 220, 33
HSL
71°, 74%, 50%
CMYK
15, 0, 85, 14
Luminance
0.6186
Every format
| HEX | #bbdc21 |
| RGB | rgb(187, 220, 33) |
| HSL | hsl(71, 74%, 50%) |
| CMYK | cmyk(15%, 0%, 85%, 14%) |
| LAB | lab(82.8 -32.4 77.4) |
| LCH | lch(82.8 84.0 112.7) |
| OKLCH | oklch(0.841 0.193 120.3) |
Copy-ready code
/* CSS */
color: #bbdc21;
background-color: #bbdc21;
/* Tailwind (arbitrary) */
class="text-[#bbdc21] bg-[#bbdc21]"
/* SCSS */
$brand: #bbdc21;
/* SwiftUI */
Color(red: 0.733, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#bbdc21")Accessibility — WCAG contrast
Aa
#bbdc21 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdc21 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green86.3%
Blue12.9%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow85.0%
Key (black)13.7%
Color previews
#bbdc21 text on a black background
contrast 13.37:1
Card sample
#bbdc21 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdc21;
Background color
Panel with #bbdc21 background
background-color: #bbdc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdc21; background: linear-gradient(135deg, #bbdc21, #3EDC21);