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