#bdf36b
a light, electric green · cool · closest name: khaki
RGB
189, 243, 107
HSL
84°, 85%, 69%
CMYK
22, 0, 56, 5
Luminance
0.7598
Every format
| HEX | #bdf36b |
| RGB | rgb(189, 243, 107) |
| HSL | hsl(84, 85%, 69%) |
| CMYK | cmyk(22%, 0%, 56%, 5%) |
| LAB | lab(89.8 -37.9 59.0) |
| LCH | lch(89.8 70.1 122.7) |
| OKLCH | oklch(0.899 0.174 127.7) |
Copy-ready code
/* CSS */
color: #bdf36b;
background-color: #bdf36b;
/* Tailwind (arbitrary) */
class="text-[#bdf36b] bg-[#bdf36b]"
/* SCSS */
$brand: #bdf36b;
/* SwiftUI */
Color(red: 0.741, green: 0.953, blue: 0.420)
/* Android */
Color.parseColor("#bdf36b")Accessibility — WCAG contrast
Aa
#bdf36b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf36b on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green95.3%
Blue42.0%
CMYK percentages
Cyan22.2%
Magenta0.0%
Yellow56.0%
Key (black)4.7%
Color previews
#bdf36b text on a black background
contrast 16.20:1
Card sample
#bdf36b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf36b;
Background color
Panel with #bdf36b background
background-color: #bdf36b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf36b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 243, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 243, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf36b; background: linear-gradient(135deg, #bdf36b, #6BF373);