#bbdf3c
a balanced, vivid green · cool · closest name: yellow
RGB
187, 223, 60
HSL
73°, 72%, 56%
CMYK
16, 0, 73, 13
Luminance
0.6367
Every format
| HEX | #bbdf3c |
| RGB | rgb(187, 223, 60) |
| HSL | hsl(73, 72%, 56%) |
| CMYK | cmyk(16%, 0%, 73%, 13%) |
| LAB | lab(83.8 -32.8 71.0) |
| LCH | lch(83.8 78.2 114.8) |
| OKLCH | oklch(0.849 0.185 121.5) |
Copy-ready code
/* CSS */
color: #bbdf3c;
background-color: #bbdf3c;
/* Tailwind (arbitrary) */
class="text-[#bbdf3c] bg-[#bbdf3c]"
/* SCSS */
$brand: #bbdf3c;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.235)
/* Android */
Color.parseColor("#bbdf3c")Accessibility — WCAG contrast
Aa
#bbdf3c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf3c on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue23.5%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow73.1%
Key (black)12.5%
Color previews
#bbdf3c text on a black background
contrast 13.73:1
Card sample
#bbdf3c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf3c;
Background color
Panel with #bbdf3c background
background-color: #bbdf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf3c; background: linear-gradient(135deg, #bbdf3c, #4EDF3C);