#bdfb5f
a light, electric green · cool · closest name: yellow
RGB
189, 251, 95
HSL
84°, 95%, 68%
CMYK
25, 0, 62, 2
Luminance
0.8064
Every format
| HEX | #bdfb5f |
| RGB | rgb(189, 251, 95) |
| HSL | hsl(84, 95%, 68%) |
| CMYK | cmyk(25%, 0%, 62%, 2%) |
| LAB | lab(92.0 -42.4 66.4) |
| LCH | lch(92.0 78.8 122.5) |
| OKLCH | oklch(0.916 0.194 128.2) |
Copy-ready code
/* CSS */
color: #bdfb5f;
background-color: #bdfb5f;
/* Tailwind (arbitrary) */
class="text-[#bdfb5f] bg-[#bdfb5f]"
/* SCSS */
$brand: #bdfb5f;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.373)
/* Android */
Color.parseColor("#bdfb5f")Accessibility — WCAG contrast
Aa
#bdfb5f on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb5f on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue37.3%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow62.2%
Key (black)1.6%
Color previews
#bdfb5f text on a black background
contrast 17.13:1
Card sample
#bdfb5f text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb5f;
Background color
Panel with #bdfb5f background
background-color: #bdfb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb5f; background: linear-gradient(135deg, #bdfb5f, #5FFB69);