#bbff69
a light, electric green · cool · closest name: yellow
RGB
187, 255, 105
HSL
87°, 100%, 71%
CMYK
27, 0, 59, 0
Luminance
0.8310
Every format
| HEX | #bbff69 |
| RGB | rgb(187, 255, 105) |
| HSL | hsl(87, 100%, 71%) |
| CMYK | cmyk(27%, 0%, 59%, 0%) |
| LAB | lab(93.1 -44.0 63.5) |
| LCH | lch(93.1 77.3 124.8) |
| OKLCH | oklch(0.925 0.193 130.0) |
Copy-ready code
/* CSS */
color: #bbff69;
background-color: #bbff69;
/* Tailwind (arbitrary) */
class="text-[#bbff69] bg-[#bbff69]"
/* SCSS */
$brand: #bbff69;
/* SwiftUI */
Color(red: 0.733, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#bbff69")Accessibility — WCAG contrast
Aa
#bbff69 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbff69 on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green100.0%
Blue41.2%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#bbff69 text on a black background
contrast 17.62:1
Card sample
#bbff69 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbff69;
Background color
Panel with #bbff69 background
background-color: #bbff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbff69; background: linear-gradient(135deg, #bbff69, #69FF7B);