#bfd67f
a light, vivid green · cool · closest name: khaki
RGB
191, 214, 127
HSL
76°, 52%, 67%
CMYK
11, 0, 41, 16
Luminance
0.6070
Every format
| HEX | #bfd67f |
| RGB | rgb(191, 214, 127) |
| HSL | hsl(76, 52%, 67%) |
| CMYK | cmyk(11%, 0%, 41%, 16%) |
| LAB | lab(82.2 -21.4 40.4) |
| LCH | lch(82.2 45.7 118.0) |
| OKLCH | oklch(0.839 0.115 121.0) |
Copy-ready code
/* CSS */
color: #bfd67f;
background-color: #bfd67f;
/* Tailwind (arbitrary) */
class="text-[#bfd67f] bg-[#bfd67f]"
/* SCSS */
$brand: #bfd67f;
/* SwiftUI */
Color(red: 0.749, green: 0.839, blue: 0.498)
/* Android */
Color.parseColor("#bfd67f")Accessibility — WCAG contrast
Aa
#bfd67f on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd67f on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.9%
Blue49.8%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow40.7%
Key (black)16.1%
Color previews
#bfd67f text on a black background
contrast 13.14:1
Card sample
#bfd67f text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd67f;
Background color
Panel with #bfd67f background
background-color: #bfd67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 214, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 214, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd67f; background: linear-gradient(135deg, #bfd67f, #85D67F);