#bfd35f
a balanced, vivid green · cool · closest name: khaki
RGB
191, 211, 95
HSL
70°, 57%, 60%
CMYK
10, 0, 55, 17
Luminance
0.5849
Every format
| HEX | #bfd35f |
| RGB | rgb(191, 211, 95) |
| HSL | hsl(70, 57%, 60%) |
| CMYK | cmyk(10%, 0%, 55%, 17%) |
| LAB | lab(81.0 -23.2 54.3) |
| LCH | lch(81.0 59.0 113.2) |
| OKLCH | oklch(0.828 0.143 117.8) |
Copy-ready code
/* CSS */
color: #bfd35f;
background-color: #bfd35f;
/* Tailwind (arbitrary) */
class="text-[#bfd35f] bg-[#bfd35f]"
/* SCSS */
$brand: #bfd35f;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.373)
/* Android */
Color.parseColor("#bfd35f")Accessibility — WCAG contrast
Aa
#bfd35f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd35f on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue37.3%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow55.0%
Key (black)17.3%
Color previews
#bfd35f text on a black background
contrast 12.70:1
Card sample
#bfd35f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd35f;
Background color
Panel with #bfd35f background
background-color: #bfd35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd35f; background: linear-gradient(135deg, #bfd35f, #72D35F);