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