#bbe607
a balanced, electric green · cool · closest name: yellow
RGB
187, 230, 7
HSL
72°, 94%, 47%
CMYK
19, 0, 97, 10
Luminance
0.6717
Every format
| HEX | #bbe607 |
| RGB | rgb(187, 230, 7) |
| HSL | hsl(72, 94%, 47%) |
| CMYK | cmyk(19%, 0%, 97%, 10%) |
| LAB | lab(85.6 -37.4 83.2) |
| LCH | lch(85.6 91.2 114.2) |
| OKLCH | oklch(0.863 0.209 122.3) |
Copy-ready code
/* CSS */
color: #bbe607;
background-color: #bbe607;
/* Tailwind (arbitrary) */
class="text-[#bbe607] bg-[#bbe607]"
/* SCSS */
$brand: #bbe607;
/* SwiftUI */
Color(red: 0.733, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#bbe607")Accessibility — WCAG contrast
Aa
#bbe607 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe607 on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green90.2%
Blue2.7%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#bbe607 text on a black background
contrast 14.43:1
Card sample
#bbe607 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe607;
Background color
Panel with #bbe607 background
background-color: #bbe607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe607; background: linear-gradient(135deg, #bbe607, #26E607);