#bceb9f
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 159
HSL
97°, 66%, 77%
CMYK
20, 0, 32, 8
Luminance
0.7261
Every format
| HEX | #bceb9f |
| RGB | rgb(188, 235, 159) |
| HSL | hsl(97, 66%, 77%) |
| CMYK | cmyk(20%, 0%, 32%, 8%) |
| LAB | lab(88.3 -28.5 32.1) |
| LCH | lch(88.3 42.9 131.6) |
| OKLCH | oklch(0.889 0.112 134.0) |
Copy-ready code
/* CSS */
color: #bceb9f;
background-color: #bceb9f;
/* Tailwind (arbitrary) */
class="text-[#bceb9f] bg-[#bceb9f]"
/* SCSS */
$brand: #bceb9f;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.624)
/* Android */
Color.parseColor("#bceb9f")Accessibility — WCAG contrast
Aa
#bceb9f on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb9f on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue62.4%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow32.3%
Key (black)7.8%
Color previews
#bceb9f text on a black background
contrast 15.52:1
Card sample
#bceb9f text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb9f;
Background color
Panel with #bceb9f background
background-color: #bceb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb9f; background: linear-gradient(135deg, #bceb9f, #9FEBB5);