#bcd44f
a balanced, vivid green · cool · closest name: khaki
RGB
188, 212, 79
HSL
71°, 61%, 57%
CMYK
11, 0, 63, 17
Luminance
0.5834
Every format
| HEX | #bcd44f |
| RGB | rgb(188, 212, 79) |
| HSL | hsl(71, 61%, 57%) |
| CMYK | cmyk(11%, 0%, 63%, 17%) |
| LAB | lab(80.9 -26.1 61.0) |
| LCH | lch(80.9 66.4 113.2) |
| OKLCH | oklch(0.827 0.159 118.7) |
Copy-ready code
/* CSS */
color: #bcd44f;
background-color: #bcd44f;
/* Tailwind (arbitrary) */
class="text-[#bcd44f] bg-[#bcd44f]"
/* SCSS */
$brand: #bcd44f;
/* SwiftUI */
Color(red: 0.737, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#bcd44f")Accessibility — WCAG contrast
Aa
#bcd44f on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcd44f on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green83.1%
Blue31.0%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow62.7%
Key (black)16.9%
Color previews
#bcd44f text on a black background
contrast 12.67:1
Card sample
#bcd44f text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcd44f;
Background color
Panel with #bcd44f background
background-color: #bcd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcd44f; background: linear-gradient(135deg, #bcd44f, #64D44F);