#bfd899
a light, soft green · cool · closest name: khaki
RGB
191, 216, 153
HSL
84°, 45%, 72%
CMYK
12, 0, 29, 15
Luminance
0.6249
Every format
| HEX | #bfd899 |
| RGB | rgb(191, 216, 153) |
| HSL | hsl(84, 45%, 72%) |
| CMYK | cmyk(12%, 0%, 29%, 15%) |
| LAB | lab(83.2 -19.1 28.4) |
| LCH | lch(83.2 34.2 123.9) |
| OKLCH | oklch(0.848 0.088 125.8) |
Copy-ready code
/* CSS */
color: #bfd899;
background-color: #bfd899;
/* Tailwind (arbitrary) */
class="text-[#bfd899] bg-[#bfd899]"
/* SCSS */
$brand: #bfd899;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.600)
/* Android */
Color.parseColor("#bfd899")Accessibility — WCAG contrast
Aa
#bfd899 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd899 on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue60.0%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow29.2%
Key (black)15.3%
Color previews
#bfd899 text on a black background
contrast 13.50:1
Card sample
#bfd899 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd899;
Background color
Panel with #bfd899 background
background-color: #bfd899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd899; background: linear-gradient(135deg, #bfd899, #99D89D);