#bceb88
a light, vivid green · cool · closest name: khaki
RGB
188, 235, 136
HSL
89°, 71%, 73%
CMYK
20, 0, 42, 8
Luminance
0.7189
Every format
| HEX | #bceb88 |
| RGB | rgb(188, 235, 136) |
| HSL | hsl(89, 71%, 73%) |
| CMYK | cmyk(20%, 0%, 42%, 8%) |
| LAB | lab(87.9 -31.5 43.1) |
| LCH | lch(87.9 53.4 126.2) |
| OKLCH | oklch(0.885 0.136 129.6) |
Copy-ready code
/* CSS */
color: #bceb88;
background-color: #bceb88;
/* Tailwind (arbitrary) */
class="text-[#bceb88] bg-[#bceb88]"
/* SCSS */
$brand: #bceb88;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.533)
/* Android */
Color.parseColor("#bceb88")Accessibility — WCAG contrast
Aa
#bceb88 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb88 on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue53.3%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow42.1%
Key (black)7.8%
Color previews
#bceb88 text on a black background
contrast 15.38:1
Card sample
#bceb88 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb88;
Background color
Panel with #bceb88 background
background-color: #bceb88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb88; background: linear-gradient(135deg, #bceb88, #88EB96);