#bfd260
a balanced, vivid green · cool · closest name: khaki
RGB
191, 210, 96
HSL
70°, 56%, 60%
CMYK
9, 0, 54, 18
Luminance
0.5801
Every format
| HEX | #bfd260 |
| RGB | rgb(191, 210, 96) |
| HSL | hsl(70, 56%, 60%) |
| CMYK | cmyk(9%, 0%, 54%, 18%) |
| LAB | lab(80.8 -22.6 53.5) |
| LCH | lch(80.8 58.1 112.9) |
| OKLCH | oklch(0.826 0.141 117.5) |
Copy-ready code
/* CSS */
color: #bfd260;
background-color: #bfd260;
/* Tailwind (arbitrary) */
class="text-[#bfd260] bg-[#bfd260]"
/* SCSS */
$brand: #bfd260;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.376)
/* Android */
Color.parseColor("#bfd260")Accessibility — WCAG contrast
Aa
#bfd260 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd260 on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue37.6%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow54.3%
Key (black)17.6%
Color previews
#bfd260 text on a black background
contrast 12.60:1
Card sample
#bfd260 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd260;
Background color
Panel with #bfd260 background
background-color: #bfd260;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd260;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd260; background: linear-gradient(135deg, #bfd260, #73D260);