#bceb70
a light, electric green · cool · closest name: khaki
RGB
188, 235, 112
HSL
83°, 76%, 68%
CMYK
20, 0, 52, 8
Luminance
0.7128
Every format
| HEX | #bceb70 |
| RGB | rgb(188, 235, 112) |
| HSL | hsl(83, 76%, 68%) |
| CMYK | cmyk(20%, 0%, 52%, 8%) |
| LAB | lab(87.6 -34.1 54.1) |
| LCH | lch(87.6 64.0 122.2) |
| OKLCH | oklch(0.881 0.160 126.8) |
Copy-ready code
/* CSS */
color: #bceb70;
background-color: #bceb70;
/* Tailwind (arbitrary) */
class="text-[#bceb70] bg-[#bceb70]"
/* SCSS */
$brand: #bceb70;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.439)
/* Android */
Color.parseColor("#bceb70")Accessibility — WCAG contrast
Aa
#bceb70 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb70 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue43.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow52.3%
Key (black)7.8%
Color previews
#bceb70 text on a black background
contrast 15.26:1
Card sample
#bceb70 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb70;
Background color
Panel with #bceb70 background
background-color: #bceb70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb70; background: linear-gradient(135deg, #bceb70, #70EB76);