#bced92
a light, vivid green · cool · closest name: khaki
RGB
188, 237, 146
HSL
92°, 72%, 75%
CMYK
21, 0, 38, 7
Luminance
0.7334
Every format
| HEX | #bced92 |
| RGB | rgb(188, 237, 146) |
| HSL | hsl(92, 72%, 75%) |
| CMYK | cmyk(21%, 0%, 38%, 7%) |
| LAB | lab(88.6 -31.2 39.1) |
| LCH | lch(88.6 50.0 128.6) |
| OKLCH | oklch(0.891 0.129 131.6) |
Copy-ready code
/* CSS */
color: #bced92;
background-color: #bced92;
/* Tailwind (arbitrary) */
class="text-[#bced92] bg-[#bced92]"
/* SCSS */
$brand: #bced92;
/* SwiftUI */
Color(red: 0.737, green: 0.929, blue: 0.573)
/* Android */
Color.parseColor("#bced92")Accessibility — WCAG contrast
Aa
#bced92 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bced92 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.9%
Blue57.3%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow38.4%
Key (black)7.1%
Color previews
#bced92 text on a black background
contrast 15.67:1
Card sample
#bced92 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bced92;
Background color
Panel with #bced92 background
background-color: #bced92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bced92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 237, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 237, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bced92; background: linear-gradient(135deg, #bced92, #92EDA5);