#bdfb67
a light, electric green · cool · closest name: khaki
RGB
189, 251, 103
HSL
85°, 95%, 69%
CMYK
25, 0, 59, 2
Luminance
0.8079
Every format
| HEX | #bdfb67 |
| RGB | rgb(189, 251, 103) |
| HSL | hsl(85, 95%, 69%) |
| CMYK | cmyk(25%, 0%, 59%, 2%) |
| LAB | lab(92.0 -41.8 63.2) |
| LCH | lch(92.0 75.7 123.4) |
| OKLCH | oklch(0.917 0.188 128.7) |
Copy-ready code
/* CSS */
color: #bdfb67;
background-color: #bdfb67;
/* Tailwind (arbitrary) */
class="text-[#bdfb67] bg-[#bdfb67]"
/* SCSS */
$brand: #bdfb67;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.404)
/* Android */
Color.parseColor("#bdfb67")Accessibility — WCAG contrast
Aa
#bdfb67 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb67 on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue40.4%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow59.0%
Key (black)1.6%
Color previews
#bdfb67 text on a black background
contrast 17.16:1
Card sample
#bdfb67 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb67;
Background color
Panel with #bdfb67 background
background-color: #bdfb67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb67; background: linear-gradient(135deg, #bdfb67, #67FB74);