#bfe968
a light, vivid green · cool · closest name: khaki
RGB
191, 233, 104
HSL
80°, 75%, 66%
CMYK
18, 0, 55, 9
Luminance
0.7035
Every format
| HEX | #bfe968 |
| RGB | rgb(191, 233, 104) |
| HSL | hsl(80, 75%, 66%) |
| CMYK | cmyk(18%, 0%, 55%, 9%) |
| LAB | lab(87.2 -32.8 57.3) |
| LCH | lch(87.2 66.0 119.8) |
| OKLCH | oklch(0.878 0.163 124.7) |
Copy-ready code
/* CSS */
color: #bfe968;
background-color: #bfe968;
/* Tailwind (arbitrary) */
class="text-[#bfe968] bg-[#bfe968]"
/* SCSS */
$brand: #bfe968;
/* SwiftUI */
Color(red: 0.749, green: 0.914, blue: 0.408)
/* Android */
Color.parseColor("#bfe968")Accessibility — WCAG contrast
Aa
#bfe968 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfe968 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green91.4%
Blue40.8%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow55.4%
Key (black)8.6%
Color previews
#bfe968 text on a black background
contrast 15.07:1
Card sample
#bfe968 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfe968;
Background color
Panel with #bfe968 background
background-color: #bfe968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfe968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 233, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 233, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfe968; background: linear-gradient(135deg, #bfe968, #69E968);