#bdf892
a light, electric green · cool · closest name: khaki
RGB
189, 248, 146
HSL
95°, 88%, 77%
CMYK
24, 0, 41, 3
Luminance
0.8003
Every format
| HEX | #bdf892 |
| RGB | rgb(189, 248, 146) |
| HSL | hsl(95, 88%, 77%) |
| CMYK | cmyk(24%, 0%, 41%, 3%) |
| LAB | lab(91.7 -35.9 43.1) |
| LCH | lch(91.7 56.1 129.8) |
| OKLCH | oklch(0.916 0.144 133.1) |
Copy-ready code
/* CSS */
color: #bdf892;
background-color: #bdf892;
/* Tailwind (arbitrary) */
class="text-[#bdf892] bg-[#bdf892]"
/* SCSS */
$brand: #bdf892;
/* SwiftUI */
Color(red: 0.741, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#bdf892")Accessibility — WCAG contrast
Aa
#bdf892 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf892 on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green97.3%
Blue57.3%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#bdf892 text on a black background
contrast 17.01:1
Card sample
#bdf892 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf892;
Background color
Panel with #bdf892 background
background-color: #bdf892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf892; background: linear-gradient(135deg, #bdf892, #92F8AB);