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