#bfd883
a light, vivid green · cool · closest name: khaki
RGB
191, 216, 131
HSL
78°, 52%, 68%
CMYK
12, 0, 39, 15
Luminance
0.6183
Every format
| HEX | #bfd883 |
| RGB | rgb(191, 216, 131) |
| HSL | hsl(78, 52%, 68%) |
| CMYK | cmyk(12%, 0%, 39%, 15%) |
| LAB | lab(82.8 -21.9 39.1) |
| LCH | lch(82.8 44.9 119.3) |
| OKLCH | oklch(0.844 0.113 122.2) |
Copy-ready code
/* CSS */
color: #bfd883;
background-color: #bfd883;
/* Tailwind (arbitrary) */
class="text-[#bfd883] bg-[#bfd883]"
/* SCSS */
$brand: #bfd883;
/* SwiftUI */
Color(red: 0.749, green: 0.847, blue: 0.514)
/* Android */
Color.parseColor("#bfd883")Accessibility — WCAG contrast
Aa
#bfd883 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd883 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.7%
Blue51.4%
CMYK percentages
Cyan11.6%
Magenta0.0%
Yellow39.4%
Key (black)15.3%
Color previews
#bfd883 text on a black background
contrast 13.37:1
Card sample
#bfd883 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd883;
Background color
Panel with #bfd883 background
background-color: #bfd883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 216, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 216, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd883; background: linear-gradient(135deg, #bfd883, #86D883);