#bfd388
a light, vivid green · cool · closest name: khaki
RGB
191, 211, 136
HSL
76°, 46%, 68%
CMYK
10, 0, 36, 17
Luminance
0.5944
Every format
| HEX | #bfd388 |
| RGB | rgb(191, 211, 136) |
| HSL | hsl(76, 46%, 68%) |
| CMYK | cmyk(10%, 0%, 36%, 17%) |
| LAB | lab(81.5 -18.9 35.0) |
| LCH | lch(81.5 39.7 118.4) |
| OKLCH | oklch(0.834 0.101 120.8) |
Copy-ready code
/* CSS */
color: #bfd388;
background-color: #bfd388;
/* Tailwind (arbitrary) */
class="text-[#bfd388] bg-[#bfd388]"
/* SCSS */
$brand: #bfd388;
/* SwiftUI */
Color(red: 0.749, green: 0.827, blue: 0.533)
/* Android */
Color.parseColor("#bfd388")Accessibility — WCAG contrast
Aa
#bfd388 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd388 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green82.7%
Blue53.3%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow35.5%
Key (black)17.3%
Color previews
#bfd388 text on a black background
contrast 12.89:1
Card sample
#bfd388 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd388;
Background color
Panel with #bfd388 background
background-color: #bfd388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 211, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 211, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd388; background: linear-gradient(135deg, #bfd388, #8DD388);