#bceb99
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 153
HSL
94°, 67%, 76%
CMYK
20, 0, 35, 8
Luminance
0.7241
Every format
| HEX | #bceb99 |
| RGB | rgb(188, 235, 153) |
| HSL | hsl(94, 67%, 76%) |
| CMYK | cmyk(20%, 0%, 35%, 8%) |
| LAB | lab(88.2 -29.3 35.0) |
| LCH | lch(88.2 45.7 130.0) |
| OKLCH | oklch(0.888 0.118 132.6) |
Copy-ready code
/* CSS */
color: #bceb99;
background-color: #bceb99;
/* Tailwind (arbitrary) */
class="text-[#bceb99] bg-[#bceb99]"
/* SCSS */
$brand: #bceb99;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.600)
/* Android */
Color.parseColor("#bceb99")Accessibility — WCAG contrast
Aa
#bceb99 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb99 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue60.0%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow34.9%
Key (black)7.8%
Color previews
#bceb99 text on a black background
contrast 15.48:1
Card sample
#bceb99 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb99;
Background color
Panel with #bceb99 background
background-color: #bceb99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb99; background: linear-gradient(135deg, #bceb99, #99EBAD);