#bfd271
a balanced, vivid green · cool · closest name: khaki
RGB
191, 210, 113
HSL
72°, 52%, 63%
CMYK
9, 0, 46, 18
Luminance
0.5836
Every format
| HEX | #bfd271 |
| RGB | rgb(191, 210, 113) |
| HSL | hsl(72, 52%, 63%) |
| CMYK | cmyk(9%, 0%, 46%, 18%) |
| LAB | lab(80.9 -21.0 45.7) |
| LCH | lch(80.9 50.3 114.7) |
| OKLCH | oklch(0.828 0.124 118.3) |
Copy-ready code
/* CSS */
color: #bfd271;
background-color: #bfd271;
/* Tailwind (arbitrary) */
class="text-[#bfd271] bg-[#bfd271]"
/* SCSS */
$brand: #bfd271;
/* SwiftUI */
Color(red: 0.749, green: 0.824, blue: 0.443)
/* Android */
Color.parseColor("#bfd271")Accessibility — WCAG contrast
Aa
#bfd271 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd271 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.4%
Blue44.3%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow46.2%
Key (black)17.6%
Color previews
#bfd271 text on a black background
contrast 12.67:1
Card sample
#bfd271 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd271;
Background color
Panel with #bfd271 background
background-color: #bfd271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 210, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 210, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd271; background: linear-gradient(135deg, #bfd271, #7ED271);