#bfdf91
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 145
HSL
85°, 55%, 72%
CMYK
14, 0, 35, 13
Luminance
0.6590
Every format
| HEX | #bfdf91 |
| RGB | rgb(191, 223, 145) |
| HSL | hsl(85, 55%, 72%) |
| CMYK | cmyk(14%, 0%, 35%, 13%) |
| LAB | lab(84.9 -23.6 34.8) |
| LCH | lch(84.9 42.1 124.1) |
| OKLCH | oklch(0.862 0.108 126.7) |
Copy-ready code
/* CSS */
color: #bfdf91;
background-color: #bfdf91;
/* Tailwind (arbitrary) */
class="text-[#bfdf91] bg-[#bfdf91]"
/* SCSS */
$brand: #bfdf91;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.569)
/* Android */
Color.parseColor("#bfdf91")Accessibility — WCAG contrast
Aa
#bfdf91 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf91 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue56.9%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow35.0%
Key (black)12.5%
Color previews
#bfdf91 text on a black background
contrast 14.18:1
Card sample
#bfdf91 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf91;
Background color
Panel with #bfdf91 background
background-color: #bfdf91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf91; background: linear-gradient(135deg, #bfdf91, #91DF97);