#bfec67
a light, electric green · cool · closest name: khaki
RGB
191, 236, 103
HSL
80°, 78%, 67%
CMYK
19, 0, 56, 8
Luminance
0.7205
Every format
| HEX | #bfec67 |
| RGB | rgb(191, 236, 103) |
| HSL | hsl(80, 78%, 67%) |
| CMYK | cmyk(19%, 0%, 56%, 8%) |
| LAB | lab(88.0 -34.3 58.7) |
| LCH | lch(88.0 68.0 120.3) |
| OKLCH | oklch(0.885 0.168 125.3) |
Copy-ready code
/* CSS */
color: #bfec67;
background-color: #bfec67;
/* Tailwind (arbitrary) */
class="text-[#bfec67] bg-[#bfec67]"
/* SCSS */
$brand: #bfec67;
/* SwiftUI */
Color(red: 0.749, green: 0.925, blue: 0.404)
/* Android */
Color.parseColor("#bfec67")Accessibility — WCAG contrast
Aa
#bfec67 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfec67 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green92.5%
Blue40.4%
CMYK percentages
Cyan19.1%
Magenta0.0%
Yellow56.4%
Key (black)7.5%
Color previews
#bfec67 text on a black background
contrast 15.41:1
Card sample
#bfec67 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfec67;
Background color
Panel with #bfec67 background
background-color: #bfec67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfec67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 236, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 236, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfec67; background: linear-gradient(135deg, #bfec67, #67EC68);