#bceb67
a light, electric green · cool · closest name: khaki
RGB
188, 235, 103
HSL
81°, 77%, 66%
CMYK
20, 0, 56, 8
Luminance
0.7109
Every format
| HEX | #bceb67 |
| RGB | rgb(188, 235, 103) |
| HSL | hsl(81, 77%, 66%) |
| CMYK | cmyk(20%, 0%, 56%, 8%) |
| LAB | lab(87.5 -35.0 58.1) |
| LCH | lch(87.5 67.8 121.0) |
| OKLCH | oklch(0.880 0.168 126.0) |
Copy-ready code
/* CSS */
color: #bceb67;
background-color: #bceb67;
/* Tailwind (arbitrary) */
class="text-[#bceb67] bg-[#bceb67]"
/* SCSS */
$brand: #bceb67;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.404)
/* Android */
Color.parseColor("#bceb67")Accessibility — WCAG contrast
Aa
#bceb67 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb67 on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue40.4%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow56.2%
Key (black)7.8%
Color previews
#bceb67 text on a black background
contrast 15.22:1
Card sample
#bceb67 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb67;
Background color
Panel with #bceb67 background
background-color: #bceb67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb67; background: linear-gradient(135deg, #bceb67, #67EB6A);