#bfe39b
a light, vivid green · cool · closest name: khaki
RGB
191, 227, 155
HSL
90°, 56%, 75%
CMYK
16, 0, 32, 11
Luminance
0.6838
Every format
| HEX | #bfe39b |
| RGB | rgb(191, 227, 155) |
| HSL | hsl(90, 56%, 75%) |
| CMYK | cmyk(16%, 0%, 32%, 11%) |
| LAB | lab(86.2 -24.2 31.4) |
| LCH | lch(86.2 39.6 127.6) |
| OKLCH | oklch(0.873 0.102 129.9) |
Copy-ready code
/* CSS */
color: #bfe39b;
background-color: #bfe39b;
/* Tailwind (arbitrary) */
class="text-[#bfe39b] bg-[#bfe39b]"
/* SCSS */
$brand: #bfe39b;
/* SwiftUI */
Color(red: 0.749, green: 0.890, blue: 0.608)
/* Android */
Color.parseColor("#bfe39b")Accessibility — WCAG contrast
Aa
#bfe39b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe39b on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green89.0%
Blue60.8%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow31.7%
Key (black)11.0%
Color previews
#bfe39b text on a black background
contrast 14.68:1
Card sample
#bfe39b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe39b;
Background color
Panel with #bfe39b background
background-color: #bfe39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 227, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 227, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe39b; background: linear-gradient(135deg, #bfe39b, #9BE3A7);