#bdf092
a light, electric green · cool · closest name: khaki
RGB
189, 240, 146
HSL
93°, 76%, 76%
CMYK
21, 0, 39, 6
Luminance
0.7521
Every format
| HEX | #bdf092 |
| RGB | rgb(189, 240, 146) |
| HSL | hsl(93, 76%, 76%) |
| CMYK | cmyk(21%, 0%, 39%, 6%) |
| LAB | lab(89.5 -32.2 40.2) |
| LCH | lch(89.5 51.5 128.7) |
| OKLCH | oklch(0.898 0.133 131.8) |
Copy-ready code
/* CSS */
color: #bdf092;
background-color: #bdf092;
/* Tailwind (arbitrary) */
class="text-[#bdf092] bg-[#bdf092]"
/* SCSS */
$brand: #bdf092;
/* SwiftUI */
Color(red: 0.741, green: 0.941, blue: 0.573)
/* Android */
Color.parseColor("#bdf092")Accessibility — WCAG contrast
Aa
#bdf092 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf092 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green94.1%
Blue57.3%
CMYK percentages
Cyan21.2%
Magenta0.0%
Yellow39.2%
Key (black)5.9%
Color previews
#bdf092 text on a black background
contrast 16.04:1
Card sample
#bdf092 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf092;
Background color
Panel with #bdf092 background
background-color: #bdf092;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf092;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 240, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 240, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf092; background: linear-gradient(135deg, #bdf092, #92F0A6);