#bfdf97
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 151
HSL
87°, 53%, 73%
CMYK
14, 0, 32, 13
Luminance
0.6609
Every format
| HEX | #bfdf97 |
| RGB | rgb(191, 223, 151) |
| HSL | hsl(87, 53%, 73%) |
| CMYK | cmyk(14%, 0%, 32%, 13%) |
| LAB | lab(85.0 -22.8 31.9) |
| LCH | lch(85.0 39.2 125.5) |
| OKLCH | oklch(0.863 0.101 127.8) |
Copy-ready code
/* CSS */
color: #bfdf97;
background-color: #bfdf97;
/* Tailwind (arbitrary) */
class="text-[#bfdf97] bg-[#bfdf97]"
/* SCSS */
$brand: #bfdf97;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.592)
/* Android */
Color.parseColor("#bfdf97")Accessibility — WCAG contrast
Aa
#bfdf97 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf97 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue59.2%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow32.3%
Key (black)12.5%
Color previews
#bfdf97 text on a black background
contrast 14.22:1
Card sample
#bfdf97 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf97;
Background color
Panel with #bfdf97 background
background-color: #bfdf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf97; background: linear-gradient(135deg, #bfdf97, #97DF9F);