#bfd38c
a light, soft green · cool · closest name: khaki
RGB
191, 211, 140
HSL
77°, 45%, 69%
CMYK
10, 0, 34, 17
Luminance
0.5956
Every format
| HEX | #bfd38c |
| RGB | rgb(191, 211, 140) |
| HSL | hsl(77, 45%, 69%) |
| CMYK | cmyk(10%, 0%, 34%, 17%) |
| LAB | lab(81.6 -18.4 33.0) |
| LCH | lch(81.6 37.8 119.1) |
| OKLCH | oklch(0.835 0.096 121.3) |
Copy-ready code
/* CSS */
color: #bfd38c;
background-color: #bfd38c;
/* Tailwind (arbitrary) */
class="text-[#bfd38c] bg-[#bfd38c]"
/* SCSS */
$brand: #bfd38c;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.549)
/* Android */
Color.parseColor("#bfd38c")Accessibility — WCAG contrast
Aa
#bfd38c on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd38c on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue54.9%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow33.6%
Key (black)17.3%
Color previews
#bfd38c text on a black background
contrast 12.91:1
Card sample
#bfd38c text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd38c;
Background color
Panel with #bfd38c background
background-color: #bfd38c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd38c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd38c; background: linear-gradient(135deg, #bfd38c, #90D38C);