#bfd970
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 112
HSL
75°, 58%, 65%
CMYK
12, 0, 48, 15
Luminance
0.6187
Every format
| HEX | #bfd970 |
| RGB | rgb(191, 217, 112) |
| HSL | hsl(75, 58%, 65%) |
| CMYK | cmyk(12%, 0%, 48%, 15%) |
| LAB | lab(82.8 -24.5 48.5) |
| LCH | lch(82.8 54.3 116.8) |
| OKLCH | oklch(0.844 0.135 120.8) |
Copy-ready code
/* CSS */
color: #bfd970;
background-color: #bfd970;
/* Tailwind (arbitrary) */
class="text-[#bfd970] bg-[#bfd970]"
/* SCSS */
$brand: #bfd970;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.439)
/* Android */
Color.parseColor("#bfd970")Accessibility — WCAG contrast
Aa
#bfd970 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd970 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue43.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow48.4%
Key (black)14.9%
Color previews
#bfd970 text on a black background
contrast 13.37:1
Card sample
#bfd970 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd970;
Background color
Panel with #bfd970 background
background-color: #bfd970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd970; background: linear-gradient(135deg, #bfd970, #79D970);