#bdfb63
a light, electric green · cool · closest name: yellow
RGB
189, 251, 99
HSL
85°, 95%, 69%
CMYK
25, 0, 61, 2
Luminance
0.8071
Every format
| HEX | #bdfb63 |
| RGB | rgb(189, 251, 99) |
| HSL | hsl(85, 95%, 69%) |
| CMYK | cmyk(25%, 0%, 61%, 2%) |
| LAB | lab(92.0 -42.1 64.8) |
| LCH | lch(92.0 77.3 123.0) |
| OKLCH | oklch(0.917 0.191 128.5) |
Copy-ready code
/* CSS */
color: #bdfb63;
background-color: #bdfb63;
/* Tailwind (arbitrary) */
class="text-[#bdfb63] bg-[#bdfb63]"
/* SCSS */
$brand: #bdfb63;
/* SwiftUI */
Color(red: 0.741, green: 0.984, blue: 0.388)
/* Android */
Color.parseColor("#bdfb63")Accessibility — WCAG contrast
Aa
#bdfb63 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdfb63 on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green98.4%
Blue38.8%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow60.6%
Key (black)1.6%
Color previews
#bdfb63 text on a black background
contrast 17.14:1
Card sample
#bdfb63 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdfb63;
Background color
Panel with #bdfb63 background
background-color: #bdfb63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdfb63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 251, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 251, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdfb63; background: linear-gradient(135deg, #bdfb63, #63FB6E);