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