#bdf677
a light, electric green · cool · closest name: khaki
RGB
189, 246, 119
HSL
87°, 88%, 72%
CMYK
23, 0, 52, 4
Luminance
0.7806
Every format
| HEX | #bdf677 |
| RGB | rgb(189, 246, 119) |
| HSL | hsl(87, 88%, 72%) |
| CMYK | cmyk(23%, 0%, 52%, 4%) |
| LAB | lab(90.8 -38.1 54.7) |
| LCH | lch(90.8 66.7 124.8) |
| OKLCH | oklch(0.908 0.168 129.3) |
Copy-ready code
/* CSS */
color: #bdf677;
background-color: #bdf677;
/* Tailwind (arbitrary) */
class="text-[#bdf677] bg-[#bdf677]"
/* SCSS */
$brand: #bdf677;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.467)
/* Android */
Color.parseColor("#bdf677")Accessibility — WCAG contrast
Aa
#bdf677 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf677 on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue46.7%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow51.6%
Key (black)3.5%
Color previews
#bdf677 text on a black background
contrast 16.61:1
Card sample
#bdf677 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf677;
Background color
Panel with #bdf677 background
background-color: #bdf677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf677; background: linear-gradient(135deg, #bdf677, #77F686);