#b1dc7f
a light, vivid green · cool · closest name: khaki
RGB
177, 220, 127
HSL
88°, 57%, 68%
CMYK
20, 0, 42, 14
Luminance
0.6207
Every format
| HEX | #b1dc7f |
| RGB | rgb(177, 220, 127) |
| HSL | hsl(88, 57%, 68%) |
| CMYK | cmyk(20%, 0%, 42%, 14%) |
| LAB | lab(83.0 -29.6 41.1) |
| LCH | lch(83.0 50.6 125.7) |
| OKLCH | oklch(0.843 0.129 129.1) |
Copy-ready code
/* CSS */
color: #b1dc7f;
background-color: #b1dc7f;
/* Tailwind (arbitrary) */
class="text-[#b1dc7f] bg-[#b1dc7f]"
/* SCSS */
$brand: #b1dc7f;
/* SwiftUI */
Color(red: 0.694, green: 0.863, blue: 0.498)
/* Android */
Color.parseColor("#b1dc7f")Accessibility — WCAG contrast
Aa
#b1dc7f on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1dc7f on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green86.3%
Blue49.8%
CMYK percentages
Cyan19.5%
Magenta0.0%
Yellow42.3%
Key (black)13.7%
Color previews
#b1dc7f text on a black background
contrast 13.41:1
Card sample
#b1dc7f text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1dc7f;
Background color
Panel with #b1dc7f background
background-color: #b1dc7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1dc7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 220, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 220, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1dc7f; background: linear-gradient(135deg, #b1dc7f, #7FDC8B);