#bbe593
a light, vivid green · cool · closest name: khaki
RGB
187, 229, 147
HSL
91°, 61%, 74%
CMYK
18, 0, 36, 10
Luminance
0.6871
Every format
| HEX | #bbe593 |
| RGB | rgb(187, 229, 147) |
| HSL | hsl(91, 61%, 74%) |
| CMYK | cmyk(18%, 0%, 36%, 10%) |
| LAB | lab(86.4 -27.7 35.6) |
| LCH | lch(86.4 45.1 127.8) |
| OKLCH | oklch(0.873 0.116 130.5) |
Copy-ready code
/* CSS */
color: #bbe593;
background-color: #bbe593;
/* Tailwind (arbitrary) */
class="text-[#bbe593] bg-[#bbe593]"
/* SCSS */
$brand: #bbe593;
/* SwiftUI */
Color(red: 0.733, green: 0.898, blue: 0.576)
/* Android */
Color.parseColor("#bbe593")Accessibility — WCAG contrast
Aa
#bbe593 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe593 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green89.8%
Blue57.6%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow35.8%
Key (black)10.2%
Color previews
#bbe593 text on a black background
contrast 14.74:1
Card sample
#bbe593 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe593;
Background color
Panel with #bbe593 background
background-color: #bbe593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 229, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 229, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe593; background: linear-gradient(135deg, #bbe593, #93E5A2);