#bdf23c
a balanced, electric green · cool · closest name: yellow
RGB
189, 242, 60
HSL
78°, 88%, 59%
CMYK
22, 0, 75, 5
Luminance
0.7465
Every format
| HEX | #bdf23c |
| RGB | rgb(189, 242, 60) |
| HSL | hsl(78, 88%, 59%) |
| CMYK | cmyk(22%, 0%, 75%, 5%) |
| LAB | lab(89.2 -40.6 76.2) |
| LCH | lch(89.2 86.3 118.1) |
| OKLCH | oklch(0.893 0.206 125.0) |
Copy-ready code
/* CSS */
color: #bdf23c;
background-color: #bdf23c;
/* Tailwind (arbitrary) */
class="text-[#bdf23c] bg-[#bdf23c]"
/* SCSS */
$brand: #bdf23c;
/* SwiftUI */
Color(red: 0.741, green: 0.949, blue: 0.235)
/* Android */
Color.parseColor("#bdf23c")Accessibility — WCAG contrast
Aa
#bdf23c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf23c on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.9%
Blue23.5%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow75.2%
Key (black)5.1%
Color previews
#bdf23c text on a black background
contrast 15.93:1
Card sample
#bdf23c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf23c;
Background color
Panel with #bdf23c background
background-color: #bdf23c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf23c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 242, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 242, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf23c; background: linear-gradient(135deg, #bdf23c, #44F23C);