#bfd565
a balanced, vivid green · cool · closest name: khaki
RGB
191, 213, 101
HSL
72°, 57%, 62%
CMYK
10, 0, 53, 17
Luminance
0.5960
Every format
| HEX | #bfd565 |
| RGB | rgb(191, 213, 101) |
| HSL | hsl(72, 57%, 62%) |
| CMYK | cmyk(10%, 0%, 53%, 17%) |
| LAB | lab(81.6 -23.6 52.2) |
| LCH | lch(81.6 57.3 114.4) |
| OKLCH | oklch(0.833 0.140 118.8) |
Copy-ready code
/* CSS */
color: #bfd565;
background-color: #bfd565;
/* Tailwind (arbitrary) */
class="text-[#bfd565] bg-[#bfd565]"
/* SCSS */
$brand: #bfd565;
/* SwiftUI */
Color(red: 0.749, green: 0.835, blue: 0.396)
/* Android */
Color.parseColor("#bfd565")Accessibility — WCAG contrast
Aa
#bfd565 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd565 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.5%
Blue39.6%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow52.6%
Key (black)16.5%
Color previews
#bfd565 text on a black background
contrast 12.92:1
Card sample
#bfd565 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd565;
Background color
Panel with #bfd565 background
background-color: #bfd565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 213, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 213, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd565; background: linear-gradient(135deg, #bfd565, #74D565);