#bfdf9f
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 159
HSL
90°, 50%, 75%
CMYK
14, 0, 29, 13
Luminance
0.6635
Every format
| HEX | #bfdf9f |
| RGB | rgb(191, 223, 159) |
| HSL | hsl(90, 50%, 75%) |
| CMYK | cmyk(14%, 0%, 29%, 13%) |
| LAB | lab(85.2 -21.7 28.0) |
| LCH | lch(85.2 35.4 127.7) |
| OKLCH | oklch(0.865 0.092 129.7) |
Copy-ready code
/* CSS */
color: #bfdf9f;
background-color: #bfdf9f;
/* Tailwind (arbitrary) */
class="text-[#bfdf9f] bg-[#bfdf9f]"
/* SCSS */
$brand: #bfdf9f;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.624)
/* Android */
Color.parseColor("#bfdf9f")Accessibility — WCAG contrast
Aa
#bfdf9f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf9f on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue62.4%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow28.7%
Key (black)12.5%
Color previews
#bfdf9f text on a black background
contrast 14.27:1
Card sample
#bfdf9f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf9f;
Background color
Panel with #bfdf9f background
background-color: #bfdf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf9f; background: linear-gradient(135deg, #bfdf9f, #9FDFAA);