#bfd982
a light, vivid green · cool · closest name: khaki
RGB
191, 217, 130
HSL
78°, 53%, 68%
CMYK
12, 0, 40, 15
Luminance
0.6231
Every format
| HEX | #bfd982 |
| RGB | rgb(191, 217, 130) |
| HSL | hsl(78, 53%, 68%) |
| CMYK | cmyk(12%, 0%, 40%, 15%) |
| LAB | lab(83.1 -22.6 40.0) |
| LCH | lch(83.1 45.9 119.4) |
| OKLCH | oklch(0.846 0.116 122.5) |
Copy-ready code
/* CSS */
color: #bfd982;
background-color: #bfd982;
/* Tailwind (arbitrary) */
class="text-[#bfd982] bg-[#bfd982]"
/* SCSS */
$brand: #bfd982;
/* SwiftUI */
Color(red: 0.749, green: 0.851, blue: 0.510)
/* Android */
Color.parseColor("#bfd982")Accessibility — WCAG contrast
Aa
#bfd982 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfd982 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green85.1%
Blue51.0%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow40.1%
Key (black)14.9%
Color previews
#bfd982 text on a black background
contrast 13.46:1
Card sample
#bfd982 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfd982;
Background color
Panel with #bfd982 background
background-color: #bfd982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfd982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 217, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 217, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfd982; background: linear-gradient(135deg, #bfd982, #85D982);