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