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