#bceb83
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 131
HSL
87°, 72%, 72%
CMYK
20, 0, 44, 8
Luminance
0.7175
Every format
| HEX | #bceb83 |
| RGB | rgb(188, 235, 131) |
| HSL | hsl(87, 72%, 72%) |
| CMYK | cmyk(20%, 0%, 44%, 8%) |
| LAB | lab(87.8 -32.1 45.5) |
| LCH | lch(87.8 55.7 125.2) |
| OKLCH | oklch(0.884 0.141 128.9) |
Copy-ready code
/* CSS */
color: #bceb83;
background-color: #bceb83;
/* Tailwind (arbitrary) */
class="text-[#bceb83] bg-[#bceb83]"
/* SCSS */
$brand: #bceb83;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.514)
/* Android */
Color.parseColor("#bceb83")Accessibility — WCAG contrast
Aa
#bceb83 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb83 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue51.4%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow44.3%
Key (black)7.8%
Color previews
#bceb83 text on a black background
contrast 15.35:1
Card sample
#bceb83 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb83;
Background color
Panel with #bceb83 background
background-color: #bceb83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb83; background: linear-gradient(135deg, #bceb83, #83EB8F);