#bbe599
a light, vivid green · cool · closest name: khaki
RGB
187, 229, 153
HSL
93°, 59%, 75%
CMYK
18, 0, 33, 10
Luminance
0.6890
Every format
| HEX | #bbe599 |
| RGB | rgb(187, 229, 153) |
| HSL | hsl(93, 59%, 75%) |
| CMYK | cmyk(18%, 0%, 33%, 10%) |
| LAB | lab(86.5 -26.8 32.7) |
| LCH | lch(86.5 42.3 129.4) |
| OKLCH | oklch(0.874 0.110 131.8) |
Copy-ready code
/* CSS */
color: #bbe599;
background-color: #bbe599;
/* Tailwind (arbitrary) */
class="text-[#bbe599] bg-[#bbe599]"
/* SCSS */
$brand: #bbe599;
/* SwiftUI */
Color(red: 0.733, green: 0.898, blue: 0.600)
/* Android */
Color.parseColor("#bbe599")Accessibility — WCAG contrast
Aa
#bbe599 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe599 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.8%
Blue60.0%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow33.2%
Key (black)10.2%
Color previews
#bbe599 text on a black background
contrast 14.78:1
Card sample
#bbe599 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe599;
Background color
Panel with #bbe599 background
background-color: #bbe599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 229, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 229, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe599; background: linear-gradient(135deg, #bbe599, #99E5AA);