#bfdf93
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 147
HSL
85°, 54%, 73%
CMYK
14, 0, 34, 13
Luminance
0.6596
Every format
| HEX | #bfdf93 |
| RGB | rgb(191, 223, 147) |
| HSL | hsl(85, 54%, 73%) |
| CMYK | cmyk(14%, 0%, 34%, 13%) |
| LAB | lab(85.0 -23.3 33.9) |
| LCH | lch(85.0 41.1 124.6) |
| OKLCH | oklch(0.862 0.105 127.0) |
Copy-ready code
/* CSS */
color: #bfdf93;
background-color: #bfdf93;
/* Tailwind (arbitrary) */
class="text-[#bfdf93] bg-[#bfdf93]"
/* SCSS */
$brand: #bfdf93;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.576)
/* Android */
Color.parseColor("#bfdf93")Accessibility — WCAG contrast
Aa
#bfdf93 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf93 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue57.6%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow34.1%
Key (black)12.5%
Color previews
#bfdf93 text on a black background
contrast 14.19:1
Card sample
#bfdf93 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf93;
Background color
Panel with #bfdf93 background
background-color: #bfdf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf93; background: linear-gradient(135deg, #bfdf93, #93DF9A);