#bfd372
a balanced, vivid green · cool · closest name: khaki
RGB
191, 211, 114
HSL
72°, 52%, 64%
CMYK
10, 0, 46, 17
Luminance
0.5888
Every format
| HEX | #bfd372 |
| RGB | rgb(191, 211, 114) |
| HSL | hsl(72, 52%, 64%) |
| CMYK | cmyk(10%, 0%, 46%, 17%) |
| LAB | lab(81.2 -21.4 45.5) |
| LCH | lch(81.2 50.3 115.2) |
| OKLCH | oklch(0.831 0.125 118.8) |
Copy-ready code
/* CSS */
color: #bfd372;
background-color: #bfd372;
/* Tailwind (arbitrary) */
class="text-[#bfd372] bg-[#bfd372]"
/* SCSS */
$brand: #bfd372;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.447)
/* Android */
Color.parseColor("#bfd372")Accessibility — WCAG contrast
Aa
#bfd372 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd372 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue44.7%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow46.0%
Key (black)17.3%
Color previews
#bfd372 text on a black background
contrast 12.78:1
Card sample
#bfd372 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd372;
Background color
Panel with #bfd372 background
background-color: #bfd372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd372; background: linear-gradient(135deg, #bfd372, #7ED372);