#bdf652
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 82
HSL
81°, 90%, 64%
CMYK
23, 0, 67, 4
Luminance
0.7734
Every format
| HEX | #bdf652 |
| RGB | rgb(189, 246, 82) |
| HSL | hsl(81, 90%, 64%) |
| CMYK | cmyk(23%, 0%, 67%, 4%) |
| LAB | lab(90.5 -41.1 69.9) |
| LCH | lch(90.5 81.1 120.5) |
| OKLCH | oklch(0.904 0.197 126.6) |
Copy-ready code
/* CSS */
color: #bdf652;
background-color: #bdf652;
/* Tailwind (arbitrary) */
class="text-[#bdf652] bg-[#bdf652]"
/* SCSS */
$brand: #bdf652;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.322)
/* Android */
Color.parseColor("#bdf652")Accessibility — WCAG contrast
Aa
#bdf652 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf652 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue32.2%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow66.7%
Key (black)3.5%
Color previews
#bdf652 text on a black background
contrast 16.47:1
Card sample
#bdf652 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf652;
Background color
Panel with #bdf652 background
background-color: #bdf652;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf652;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf652; background: linear-gradient(135deg, #bdf652, #52F654);