#bceb86
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 134
HSL
88°, 72%, 72%
CMYK
20, 0, 43, 8
Luminance
0.7183
Every format
| HEX | #bceb86 |
| RGB | rgb(188, 235, 134) |
| HSL | hsl(88, 72%, 72%) |
| CMYK | cmyk(20%, 0%, 43%, 8%) |
| LAB | lab(87.9 -31.8 44.1) |
| LCH | lch(87.9 54.3 125.8) |
| OKLCH | oklch(0.884 0.138 129.3) |
Copy-ready code
/* CSS */
color: #bceb86;
background-color: #bceb86;
/* Tailwind (arbitrary) */
class="text-[#bceb86] bg-[#bceb86]"
/* SCSS */
$brand: #bceb86;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.525)
/* Android */
Color.parseColor("#bceb86")Accessibility — WCAG contrast
Aa
#bceb86 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb86 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue52.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow43.0%
Key (black)7.8%
Color previews
#bceb86 text on a black background
contrast 15.37:1
Card sample
#bceb86 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb86;
Background color
Panel with #bceb86 background
background-color: #bceb86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb86; background: linear-gradient(135deg, #bceb86, #86EB93);