#bbe78f
a light, vivid green · cool · closest name: khaki
RGB
187, 231, 143
HSL
90°, 65%, 73%
CMYK
19, 0, 38, 9
Luminance
0.6970
Every format
| HEX | #bbe78f |
| RGB | rgb(187, 231, 143) |
| HSL | hsl(90, 65%, 73%) |
| CMYK | cmyk(19%, 0%, 38%, 9%) |
| LAB | lab(86.8 -29.1 38.3) |
| LCH | lch(86.8 48.1 127.3) |
| OKLCH | oklch(0.876 0.123 130.2) |
Copy-ready code
/* CSS */
color: #bbe78f;
background-color: #bbe78f;
/* Tailwind (arbitrary) */
class="text-[#bbe78f] bg-[#bbe78f]"
/* SCSS */
$brand: #bbe78f;
/* SwiftUI */
Color(red: 0.733, green: 0.906, blue: 0.561)
/* Android */
Color.parseColor("#bbe78f")Accessibility — WCAG contrast
Aa
#bbe78f on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbe78f on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green90.6%
Blue56.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow38.1%
Key (black)9.4%
Color previews
#bbe78f text on a black background
contrast 14.94:1
Card sample
#bbe78f text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbe78f;
Background color
Panel with #bbe78f background
background-color: #bbe78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbe78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 231, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 231, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbe78f; background: linear-gradient(135deg, #bbe78f, #8FE79E);