#bfd95c
a balanced, vivid green · cool · closest name: khaki
RGB
191, 217, 92
HSL
73°, 62%, 61%
CMYK
12, 0, 58, 15
Luminance
0.6147
Every format
| HEX | #bfd95c |
| RGB | rgb(191, 217, 92) |
| HSL | hsl(73, 62%, 61%) |
| CMYK | cmyk(12%, 0%, 58%, 15%) |
| LAB | lab(82.6 -26.3 57.4) |
| LCH | lch(82.6 63.2 114.6) |
| OKLCH | oklch(0.841 0.153 119.7) |
Copy-ready code
/* CSS */
color: #bfd95c;
background-color: #bfd95c;
/* Tailwind (arbitrary) */
class="text-[#bfd95c] bg-[#bfd95c]"
/* SCSS */
$brand: #bfd95c;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.361)
/* Android */
Color.parseColor("#bfd95c")Accessibility — WCAG contrast
Aa
#bfd95c on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd95c on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue36.1%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow57.6%
Key (black)14.9%
Color previews
#bfd95c text on a black background
contrast 13.29:1
Card sample
#bfd95c text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd95c;
Background color
Panel with #bfd95c background
background-color: #bfd95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd95c; background: linear-gradient(135deg, #bfd95c, #6CD95C);