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