#bfdf65
a balanced, vivid green · cool · closest name: khaki
RGB
191, 223, 101
HSL
76°, 66%, 64%
CMYK
14, 0, 55, 13
Luminance
0.6479
Every format
| HEX | #bfdf65 |
| RGB | rgb(191, 223, 101) |
| HSL | hsl(76, 66%, 64%) |
| CMYK | cmyk(14%, 0%, 55%, 13%) |
| LAB | lab(84.4 -28.4 55.4) |
| LCH | lch(84.4 62.3 117.2) |
| OKLCH | oklch(0.856 0.153 121.9) |
Copy-ready code
/* CSS */
color: #bfdf65;
background-color: #bfdf65;
/* Tailwind (arbitrary) */
class="text-[#bfdf65] bg-[#bfdf65]"
/* SCSS */
$brand: #bfdf65;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.396)
/* Android */
Color.parseColor("#bfdf65")Accessibility — WCAG contrast
Aa
#bfdf65 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf65 on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue39.6%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow54.7%
Key (black)12.5%
Color previews
#bfdf65 text on a black background
contrast 13.96:1
Card sample
#bfdf65 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf65;
Background color
Panel with #bfdf65 background
background-color: #bfdf65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf65; background: linear-gradient(135deg, #bfdf65, #6EDF65);