#bdf692
a light, electric green · cool · closest name: khaki
RGB
189, 246, 146
HSL
94°, 85%, 77%
CMYK
23, 0, 41, 4
Luminance
0.7881
Every format
| HEX | #bdf692 |
| RGB | rgb(189, 246, 146) |
| HSL | hsl(94, 85%, 77%) |
| CMYK | cmyk(23%, 0%, 41%, 4%) |
| LAB | lab(91.2 -35.0 42.4) |
| LCH | lch(91.2 54.9 129.6) |
| OKLCH | oklch(0.911 0.141 132.8) |
Copy-ready code
/* CSS */
color: #bdf692;
background-color: #bdf692;
/* Tailwind (arbitrary) */
class="text-[#bdf692] bg-[#bdf692]"
/* SCSS */
$brand: #bdf692;
/* SwiftUI */
Color(red: 0.741, green: 0.965, blue: 0.573)
/* Android */
Color.parseColor("#bdf692")Accessibility — WCAG contrast
Aa
#bdf692 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdf692 on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green96.5%
Blue57.3%
CMYK percentages
Cyan23.2%
Magenta0.0%
Yellow40.7%
Key (black)3.5%
Color previews
#bdf692 text on a black background
contrast 16.76:1
Card sample
#bdf692 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdf692;
Background color
Panel with #bdf692 background
background-color: #bdf692;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdf692;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 246, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 246, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdf692; background: linear-gradient(135deg, #bdf692, #92F6AA);