#bfd072
a balanced, vivid green · cool · closest name: khaki
RGB
191, 208, 114
HSL
71°, 50%, 63%
CMYK
8, 0, 45, 18
Luminance
0.5740
Every format
| HEX | #bfd072 |
| RGB | rgb(191, 208, 114) |
| HSL | hsl(71, 50%, 63%) |
| CMYK | cmyk(8%, 0%, 45%, 18%) |
| LAB | lab(80.4 -19.9 44.5) |
| LCH | lch(80.4 48.8 114.1) |
| OKLCH | oklch(0.824 0.121 117.6) |
Copy-ready code
/* CSS */
color: #bfd072;
background-color: #bfd072;
/* Tailwind (arbitrary) */
class="text-[#bfd072] bg-[#bfd072]"
/* SCSS */
$brand: #bfd072;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.447)
/* Android */
Color.parseColor("#bfd072")Accessibility — WCAG contrast
Aa
#bfd072 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd072 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue44.7%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow45.2%
Key (black)18.4%
Color previews
#bfd072 text on a black background
contrast 12.48:1
Card sample
#bfd072 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd072;
Background color
Panel with #bfd072 background
background-color: #bfd072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd072; background: linear-gradient(135deg, #bfd072, #80D072);