#bdf761
a light, electric green · cool · closest name: yellow
RGB
189, 247, 97
HSL
83°, 90%, 68%
CMYK
24, 0, 61, 3
Luminance
0.7820
Every format
| HEX | #bdf761 |
| RGB | rgb(189, 247, 97) |
| HSL | hsl(83, 90%, 68%) |
| CMYK | cmyk(24%, 0%, 61%, 3%) |
| LAB | lab(90.9 -40.5 64.4) |
| LCH | lch(90.9 76.1 122.1) |
| OKLCH | oklch(0.907 0.188 127.6) |
Copy-ready code
/* CSS */
color: #bdf761;
background-color: #bdf761;
/* Tailwind (arbitrary) */
class="text-[#bdf761] bg-[#bdf761]"
/* SCSS */
$brand: #bdf761;
/* SwiftUI */
Color(red: 0.741, green: 0.969, blue: 0.380)
/* Android */
Color.parseColor("#bdf761")Accessibility — WCAG contrast
Aa
#bdf761 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf761 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.9%
Blue38.0%
CMYK percentages
Cyan23.5%
Magenta0.0%
Yellow60.7%
Key (black)3.1%
Color previews
#bdf761 text on a black background
contrast 16.64:1
Card sample
#bdf761 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf761;
Background color
Panel with #bdf761 background
background-color: #bdf761;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf761;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 247, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 247, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf761; background: linear-gradient(135deg, #bdf761, #61F769);