#bdf863
a light, electric green · cool · closest name: yellow
RGB
189, 248, 99
HSL
84°, 91%, 68%
CMYK
24, 0, 60, 3
Luminance
0.7885
Every format
| HEX | #bdf863 |
| RGB | rgb(189, 248, 99) |
| HSL | hsl(84, 91%, 68%) |
| CMYK | cmyk(24%, 0%, 60%, 3%) |
| LAB | lab(91.2 -40.8 63.9) |
| LCH | lch(91.2 75.8 122.5) |
| OKLCH | oklch(0.910 0.188 128.0) |
Copy-ready code
/* CSS */
color: #bdf863;
background-color: #bdf863;
/* Tailwind (arbitrary) */
class="text-[#bdf863] bg-[#bdf863]"
/* SCSS */
$brand: #bdf863;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.388)
/* Android */
Color.parseColor("#bdf863")Accessibility — WCAG contrast
Aa
#bdf863 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf863 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue38.8%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow60.1%
Key (black)2.7%
Color previews
#bdf863 text on a black background
contrast 16.77:1
Card sample
#bdf863 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf863;
Background color
Panel with #bdf863 background
background-color: #bdf863;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf863;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf863; background: linear-gradient(135deg, #bdf863, #63F86C);