#bceb7f
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 127
HSL
86°, 73%, 71%
CMYK
20, 0, 46, 8
Luminance
0.7164
Every format
| HEX | #bceb7f |
| RGB | rgb(188, 235, 127) |
| HSL | hsl(86, 73%, 71%) |
| CMYK | cmyk(20%, 0%, 46%, 8%) |
| LAB | lab(87.8 -32.6 47.3) |
| LCH | lch(87.8 57.5 124.5) |
| OKLCH | oklch(0.883 0.145 128.4) |
Copy-ready code
/* CSS */
color: #bceb7f;
background-color: #bceb7f;
/* Tailwind (arbitrary) */
class="text-[#bceb7f] bg-[#bceb7f]"
/* SCSS */
$brand: #bceb7f;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.498)
/* Android */
Color.parseColor("#bceb7f")Accessibility — WCAG contrast
Aa
#bceb7f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb7f on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue49.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow46.0%
Key (black)7.8%
Color previews
#bceb7f text on a black background
contrast 15.33:1
Card sample
#bceb7f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb7f;
Background color
Panel with #bceb7f background
background-color: #bceb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb7f; background: linear-gradient(135deg, #bceb7f, #7FEB8A);