#bbdf13
a balanced, electric green · cool · closest name: yellow
RGB
187, 223, 19
HSL
71°, 84%, 48%
CMYK
16, 0, 92, 13
Luminance
0.6339
Every format
| HEX | #bbdf13 |
| RGB | rgb(187, 223, 19) |
| HSL | hsl(71, 84%, 48%) |
| CMYK | cmyk(16%, 0%, 92%, 13%) |
| LAB | lab(83.7 -34.1 80.5) |
| LCH | lch(83.7 87.4 113.0) |
| OKLCH | oklch(0.847 0.200 120.8) |
Copy-ready code
/* CSS */
color: #bbdf13;
background-color: #bbdf13;
/* Tailwind (arbitrary) */
class="text-[#bbdf13] bg-[#bbdf13]"
/* SCSS */
$brand: #bbdf13;
/* SwiftUI */
Color(red: 0.733, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#bbdf13")Accessibility — WCAG contrast
Aa
#bbdf13 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbdf13 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green87.5%
Blue7.5%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow91.5%
Key (black)12.5%
Color previews
#bbdf13 text on a black background
contrast 13.68:1
Card sample
#bbdf13 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbdf13;
Background color
Panel with #bbdf13 background
background-color: #bbdf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbdf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbdf13; background: linear-gradient(135deg, #bbdf13, #33DF13);