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