#bfd06c
a balanced, vivid green · cool · closest name: khaki
RGB
191, 208, 108
HSL
70°, 52%, 62%
CMYK
8, 0, 48, 18
Luminance
0.5727
Every format
| HEX | #bfd06c |
| RGB | rgb(191, 208, 108) |
| HSL | hsl(70, 52%, 62%) |
| CMYK | cmyk(8%, 0%, 48%, 18%) |
| LAB | lab(80.3 -20.5 47.4) |
| LCH | lch(80.3 51.6 113.4) |
| OKLCH | oklch(0.823 0.127 117.2) |
Copy-ready code
/* CSS */
color: #bfd06c;
background-color: #bfd06c;
/* Tailwind (arbitrary) */
class="text-[#bfd06c] bg-[#bfd06c]"
/* SCSS */
$brand: #bfd06c;
/* SwiftUI */
Color(red: 0.749, green: 0.816, blue: 0.424)
/* Android */
Color.parseColor("#bfd06c")Accessibility — WCAG contrast
Aa
#bfd06c on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd06c on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green81.6%
Blue42.4%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow48.1%
Key (black)18.4%
Color previews
#bfd06c text on a black background
contrast 12.45:1
Card sample
#bfd06c text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd06c;
Background color
Panel with #bfd06c background
background-color: #bfd06c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd06c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 208, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 208, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd06c; background: linear-gradient(135deg, #bfd06c, #7CD06C);