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