#bdf13f
a balanced, electric green · cool · closest name: yellow
RGB
189, 241, 63
HSL
78°, 86%, 60%
CMYK
22, 0, 74, 6
Luminance
0.7409
Every format
| HEX | #bdf13f |
| RGB | rgb(189, 241, 63) |
| HSL | hsl(78, 86%, 60%) |
| CMYK | cmyk(22%, 0%, 74%, 6%) |
| LAB | lab(89.0 -40.0 75.0) |
| LCH | lch(89.0 85.0 118.1) |
| OKLCH | oklch(0.891 0.203 124.9) |
Copy-ready code
/* CSS */
color: #bdf13f;
background-color: #bdf13f;
/* Tailwind (arbitrary) */
class="text-[#bdf13f] bg-[#bdf13f]"
/* SCSS */
$brand: #bdf13f;
/* SwiftUI */
Color(red: 0.741, green: 0.945, blue: 0.247)
/* Android */
Color.parseColor("#bdf13f")Accessibility — WCAG contrast
Aa
#bdf13f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf13f on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.5%
Blue24.7%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow73.9%
Key (black)5.5%
Color previews
#bdf13f text on a black background
contrast 15.82:1
Card sample
#bdf13f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf13f;
Background color
Panel with #bdf13f background
background-color: #bdf13f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf13f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 241, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 241, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf13f; background: linear-gradient(135deg, #bdf13f, #46F13F);