#bdf077
a light, electric green · cool · closest name: khaki
RGB
189, 240, 119
HSL
85°, 80%, 70%
CMYK
21, 0, 50, 6
Luminance
0.7447
Every format
| HEX | #bdf077 |
| RGB | rgb(189, 240, 119) |
| HSL | hsl(85, 80%, 70%) |
| CMYK | cmyk(21%, 0%, 50%, 6%) |
| LAB | lab(89.1 -35.4 52.8) |
| LCH | lch(89.1 63.5 123.8) |
| OKLCH | oklch(0.894 0.160 128.2) |
Copy-ready code
/* CSS */
color: #bdf077;
background-color: #bdf077;
/* Tailwind (arbitrary) */
class="text-[#bdf077] bg-[#bdf077]"
/* SCSS */
$brand: #bdf077;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.467)
/* Android */
Color.parseColor("#bdf077")Accessibility — WCAG contrast
Aa
#bdf077 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf077 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue46.7%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow50.4%
Key (black)5.9%
Color previews
#bdf077 text on a black background
contrast 15.89:1
Card sample
#bdf077 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf077;
Background color
Panel with #bdf077 background
background-color: #bdf077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf077; background: linear-gradient(135deg, #bdf077, #77F082);