#bfdf82
a light, vivid green · cool · closest name: khaki
RGB
191, 223, 130
HSL
81°, 59%, 69%
CMYK
14, 0, 42, 13
Luminance
0.6546
Every format
| HEX | #bfdf82 |
| RGB | rgb(191, 223, 130) |
| HSL | hsl(81, 59%, 69%) |
| CMYK | cmyk(14%, 0%, 42%, 13%) |
| LAB | lab(84.7 -25.5 42.1) |
| LCH | lch(84.7 49.2 121.2) |
| OKLCH | oklch(0.859 0.124 124.5) |
Copy-ready code
/* CSS */
color: #bfdf82;
background-color: #bfdf82;
/* Tailwind (arbitrary) */
class="text-[#bfdf82] bg-[#bfdf82]"
/* SCSS */
$brand: #bfdf82;
/* SwiftUI */
Color(red: 0.749, green: 0.875, blue: 0.510)
/* Android */
Color.parseColor("#bfdf82")Accessibility — WCAG contrast
Aa
#bfdf82 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfdf82 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green87.5%
Blue51.0%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow41.7%
Key (black)12.5%
Color previews
#bfdf82 text on a black background
contrast 14.09:1
Card sample
#bfdf82 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfdf82;
Background color
Panel with #bfdf82 background
background-color: #bfdf82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfdf82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 223, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 223, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfdf82; background: linear-gradient(135deg, #bfdf82, #82DF83);