#bfd35c
a balanced, vivid green · cool · closest name: khaki
RGB
191, 211, 92
HSL
70°, 58%, 59%
CMYK
10, 0, 56, 17
Luminance
0.5844
Every format
| HEX | #bfd35c |
| RGB | rgb(191, 211, 92) |
| HSL | hsl(70, 58%, 59%) |
| CMYK | cmyk(10%, 0%, 56%, 17%) |
| LAB | lab(81.0 -23.4 55.6) |
| LCH | lch(81.0 60.3 112.9) |
| OKLCH | oklch(0.828 0.146 117.7) |
Copy-ready code
/* CSS */
color: #bfd35c;
background-color: #bfd35c;
/* Tailwind (arbitrary) */
class="text-[#bfd35c] bg-[#bfd35c]"
/* SCSS */
$brand: #bfd35c;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.361)
/* Android */
Color.parseColor("#bfd35c")Accessibility — WCAG contrast
Aa
#bfd35c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd35c on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue36.1%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow56.4%
Key (black)17.3%
Color previews
#bfd35c text on a black background
contrast 12.69:1
Card sample
#bfd35c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd35c;
Background color
Panel with #bfd35c background
background-color: #bfd35c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd35c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd35c; background: linear-gradient(135deg, #bfd35c, #70D35C);