#bfd080
a light, vivid green · cool · closest name: khaki
RGB
191, 208, 128
HSL
73°, 46%, 66%
CMYK
8, 0, 39, 18
Luminance
0.5775
Every format
| HEX | #bfd080 |
| RGB | rgb(191, 208, 128) |
| HSL | hsl(73, 46%, 66%) |
| CMYK | cmyk(8%, 0%, 39%, 18%) |
| LAB | lab(80.6 -18.4 37.8) |
| LCH | lch(80.6 42.0 115.9) |
| OKLCH | oklch(0.826 0.105 118.6) |
Copy-ready code
/* CSS */
color: #bfd080;
background-color: #bfd080;
/* Tailwind (arbitrary) */
class="text-[#bfd080] bg-[#bfd080]"
/* SCSS */
$brand: #bfd080;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#bfd080")Accessibility — WCAG contrast
Aa
#bfd080 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd080 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue50.2%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow38.5%
Key (black)18.4%
Color previews
#bfd080 text on a black background
contrast 12.55:1
Card sample
#bfd080 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd080;
Background color
Panel with #bfd080 background
background-color: #bfd080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd080; background: linear-gradient(135deg, #bfd080, #8AD080);