#bfd761
a balanced, vivid green · cool · closest name: khaki
RGB
191, 215, 97
HSL
72°, 60%, 61%
CMYK
11, 0, 55, 16
Luminance
0.6054
Every format
| HEX | #bfd761 |
| RGB | rgb(191, 215, 97) |
| HSL | hsl(72, 60%, 61%) |
| CMYK | cmyk(11%, 0%, 55%, 16%) |
| LAB | lab(82.1 -25.0 54.6) |
| LCH | lch(82.1 60.0 114.6) |
| OKLCH | oklch(0.837 0.146 119.3) |
Copy-ready code
/* CSS */
color: #bfd761;
background-color: #bfd761;
/* Tailwind (arbitrary) */
class="text-[#bfd761] bg-[#bfd761]"
/* SCSS */
$brand: #bfd761;
/* SwiftUI */
Color(red: 0.749, green: 0.843, blue: 0.380)
/* Android */
Color.parseColor("#bfd761")Accessibility — WCAG contrast
Aa
#bfd761 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd761 on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green84.3%
Blue38.0%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow54.9%
Key (black)15.7%
Color previews
#bfd761 text on a black background
contrast 13.11:1
Card sample
#bfd761 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd761;
Background color
Panel with #bfd761 background
background-color: #bfd761;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd761;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 215, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 215, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd761; background: linear-gradient(135deg, #bfd761, #70D761);