#bfd487
a light, vivid green · cool · closest name: khaki
RGB
191, 212, 135
HSL
76°, 47%, 68%
CMYK
10, 0, 36, 17
Luminance
0.5991
Every format
| HEX | #bfd487 |
| RGB | rgb(191, 212, 135) |
| HSL | hsl(76, 47%, 68%) |
| CMYK | cmyk(10%, 0%, 36%, 17%) |
| LAB | lab(81.8 -19.5 35.8) |
| LCH | lch(81.8 40.8 118.6) |
| OKLCH | oklch(0.836 0.103 121.1) |
Copy-ready code
/* CSS */
color: #bfd487;
background-color: #bfd487;
/* Tailwind (arbitrary) */
class="text-[#bfd487] bg-[#bfd487]"
/* SCSS */
$brand: #bfd487;
/* SwiftUI */
Color(red: 0.749, green: 0.831, blue: 0.529)
/* Android */
Color.parseColor("#bfd487")Accessibility — WCAG contrast
Aa
#bfd487 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd487 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green83.1%
Blue52.9%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow36.3%
Key (black)16.9%
Color previews
#bfd487 text on a black background
contrast 12.98:1
Card sample
#bfd487 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd487;
Background color
Panel with #bfd487 background
background-color: #bfd487;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd487;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 212, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 212, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd487; background: linear-gradient(135deg, #bfd487, #8CD487);