#bfd397
a light, soft green · cool · closest name: khaki
RGB
191, 211, 151
HSL
80°, 41%, 71%
CMYK
10, 0, 28, 17
Luminance
0.5990
Every format
| HEX | #bfd397 |
| RGB | rgb(191, 211, 151) |
| HSL | hsl(80, 41%, 71%) |
| CMYK | cmyk(10%, 0%, 28%, 17%) |
| LAB | lab(81.8 -16.9 27.6) |
| LCH | lch(81.8 32.3 121.5) |
| OKLCH | oklch(0.837 0.083 123.2) |
Copy-ready code
/* CSS */
color: #bfd397;
background-color: #bfd397;
/* Tailwind (arbitrary) */
class="text-[#bfd397] bg-[#bfd397]"
/* SCSS */
$brand: #bfd397;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.592)
/* Android */
Color.parseColor("#bfd397")Accessibility — WCAG contrast
Aa
#bfd397 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd397 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue59.2%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow28.4%
Key (black)17.3%
Color previews
#bfd397 text on a black background
contrast 12.98:1
Card sample
#bfd397 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd397;
Background color
Panel with #bfd397 background
background-color: #bfd397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd397; background: linear-gradient(135deg, #bfd397, #97D397);