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