#bfd89d
a light, soft green · cool · closest name: khaki
RGB
191, 216, 157
HSL
85°, 43%, 73%
CMYK
12, 0, 27, 15
Luminance
0.6262
Every format
| HEX | #bfd89d |
| RGB | rgb(191, 216, 157) |
| HSL | hsl(85, 43%, 73%) |
| CMYK | cmyk(12%, 0%, 27%, 15%) |
| LAB | lab(83.2 -18.5 26.4) |
| LCH | lch(83.2 32.2 125.0) |
| OKLCH | oklch(0.849 0.083 126.8) |
Copy-ready code
/* CSS */
color: #bfd89d;
background-color: #bfd89d;
/* Tailwind (arbitrary) */
class="text-[#bfd89d] bg-[#bfd89d]"
/* SCSS */
$brand: #bfd89d;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.616)
/* Android */
Color.parseColor("#bfd89d")Accessibility — WCAG contrast
Aa
#bfd89d on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd89d on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue61.6%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow27.3%
Key (black)15.3%
Color previews
#bfd89d text on a black background
contrast 13.52:1
Card sample
#bfd89d text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd89d;
Background color
Panel with #bfd89d background
background-color: #bfd89d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd89d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd89d; background: linear-gradient(135deg, #bfd89d, #9DD8A2);