#bbdf2c
a balanced, vivid green · cool · closest name: yellow
RGB
187, 223, 44
HSL
72°, 74%, 52%
CMYK
16, 0, 80, 13
Luminance
0.6352
Every format
| HEX | #bbdf2c |
| RGB | rgb(187, 223, 44) |
| HSL | hsl(72, 74%, 52%) |
| CMYK | cmyk(16%, 0%, 80%, 13%) |
| LAB | lab(83.7 -33.5 75.6) |
| LCH | lch(83.7 82.7 113.9) |
| OKLCH | oklch(0.848 0.193 121.2) |
Copy-ready code
/* CSS */
color: #bbdf2c;
background-color: #bbdf2c;
/* Tailwind (arbitrary) */
class="text-[#bbdf2c] bg-[#bbdf2c]"
/* SCSS */
$brand: #bbdf2c;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.173)
/* Android */
Color.parseColor("#bbdf2c")Accessibility — WCAG contrast
Aa
#bbdf2c on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf2c on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue17.3%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow80.3%
Key (black)12.5%
Color previews
#bbdf2c text on a black background
contrast 13.70:1
Card sample
#bbdf2c text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf2c;
Background color
Panel with #bbdf2c background
background-color: #bbdf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf2c; background: linear-gradient(135deg, #bbdf2c, #44DF2C);