#bbd73c
a balanced, vivid green · cool · closest name: yellow
RGB
187, 215, 60
HSL
71°, 66%, 54%
CMYK
13, 0, 72, 16
Luminance
0.5949
Every format
| HEX | #bbd73c |
| RGB | rgb(187, 215, 60) |
| HSL | hsl(71, 66%, 54%) |
| CMYK | cmyk(13%, 0%, 72%, 16%) |
| LAB | lab(81.6 -29.1 68.8) |
| LCH | lch(81.6 74.7 112.9) |
| OKLCH | oklch(0.831 0.176 119.4) |
Copy-ready code
/* CSS */
color: #bbd73c;
background-color: #bbd73c;
/* Tailwind (arbitrary) */
class="text-[#bbd73c] bg-[#bbd73c]"
/* SCSS */
$brand: #bbd73c;
/* SwiftUI */
Color(red: 0.733, green: 0.843, blue: 0.235)
/* Android */
Color.parseColor("#bbd73c")Accessibility — WCAG contrast
Aa
#bbd73c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbd73c on black: 12.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green84.3%
Blue23.5%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow72.1%
Key (black)15.7%
Color previews
#bbd73c text on a black background
contrast 12.90:1
Card sample
#bbd73c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbd73c;
Background color
Panel with #bbd73c background
background-color: #bbd73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbd73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 215, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 215, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbd73c; background: linear-gradient(135deg, #bbd73c, #54D73C);