#bceb92
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 146
HSL
92°, 69%, 75%
CMYK
20, 0, 38, 8
Luminance
0.7218
Every format
| HEX | #bceb92 |
| RGB | rgb(188, 235, 146) |
| HSL | hsl(92, 69%, 75%) |
| CMYK | cmyk(20%, 0%, 38%, 8%) |
| LAB | lab(88.1 -30.3 38.4) |
| LCH | lch(88.1 48.9 128.3) |
| OKLCH | oklch(0.886 0.126 131.2) |
Copy-ready code
/* CSS */
color: #bceb92;
background-color: #bceb92;
/* Tailwind (arbitrary) */
class="text-[#bceb92] bg-[#bceb92]"
/* SCSS */
$brand: #bceb92;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.573)
/* Android */
Color.parseColor("#bceb92")Accessibility — WCAG contrast
Aa
#bceb92 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb92 on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue57.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow37.9%
Key (black)7.8%
Color previews
#bceb92 text on a black background
contrast 15.44:1
Card sample
#bceb92 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb92;
Background color
Panel with #bceb92 background
background-color: #bceb92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb92; background: linear-gradient(135deg, #bceb92, #92EBA3);