#bcf072
a light, electric green · cool · closest name: khaki
RGB
188, 240, 114
HSL
85°, 81%, 69%
CMYK
22, 0, 53, 6
Luminance
0.7423
Every format
| HEX | #bcf072 |
| RGB | rgb(188, 240, 114) |
| HSL | hsl(85, 81%, 69%) |
| CMYK | cmyk(22%, 0%, 53%, 6%) |
| LAB | lab(89.0 -36.2 54.9) |
| LCH | lch(89.0 65.8 123.4) |
| OKLCH | oklch(0.893 0.165 128.0) |
Copy-ready code
/* CSS */
color: #bcf072;
background-color: #bcf072;
/* Tailwind (arbitrary) */
class="text-[#bcf072] bg-[#bcf072]"
/* SCSS */
$brand: #bcf072;
/* SwiftUI */
Color(red: 0.737, green: 0.941, blue: 0.447)
/* Android */
Color.parseColor("#bcf072")Accessibility — WCAG contrast
Aa
#bcf072 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcf072 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green94.1%
Blue44.7%
CMYK percentages
Cyan21.7%
Magenta0.0%
Yellow52.5%
Key (black)5.9%
Color previews
#bcf072 text on a black background
contrast 15.85:1
Card sample
#bcf072 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcf072;
Background color
Panel with #bcf072 background
background-color: #bcf072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcf072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 240, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 240, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcf072; background: linear-gradient(135deg, #bcf072, #72F07C);