#bdf646
a balanced, electric green · cool · closest name: yellow
RGB
189, 246, 70
HSL
79°, 91%, 62%
CMYK
23, 0, 72, 4
Luminance
0.7717
Every format
| HEX | #bdf646 |
| RGB | rgb(189, 246, 70) |
| HSL | hsl(79, 91%, 62%) |
| CMYK | cmyk(23%, 0%, 72%, 4%) |
| LAB | lab(90.4 -41.9 74.1) |
| LCH | lch(90.4 85.1 119.5) |
| OKLCH | oklch(0.903 0.205 126.1) |
Copy-ready code
/* CSS */
color: #bdf646;
background-color: #bdf646;
/* Tailwind (arbitrary) */
class="text-[#bdf646] bg-[#bdf646]"
/* SCSS */
$brand: #bdf646;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.275)
/* Android */
Color.parseColor("#bdf646")Accessibility — WCAG contrast
Aa
#bdf646 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf646 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue27.5%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow71.5%
Key (black)3.5%
Color previews
#bdf646 text on a black background
contrast 16.43:1
Card sample
#bdf646 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf646;
Background color
Panel with #bdf646 background
background-color: #bdf646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf646; background: linear-gradient(135deg, #bdf646, #48F646);