#bceb60
a balanced, electric green · cool · closest name: khaki
RGB
188, 235, 96
HSL
80°, 78%, 65%
CMYK
20, 0, 59, 8
Luminance
0.7095
Every format
| HEX | #bceb60 |
| RGB | rgb(188, 235, 96) |
| HSL | hsl(80, 78%, 65%) |
| CMYK | cmyk(20%, 0%, 59%, 8%) |
| LAB | lab(87.5 -35.6 61.0) |
| LCH | lch(87.5 70.6 120.2) |
| OKLCH | oklch(0.880 0.174 125.6) |
Copy-ready code
/* CSS */
color: #bceb60;
background-color: #bceb60;
/* Tailwind (arbitrary) */
class="text-[#bceb60] bg-[#bceb60]"
/* SCSS */
$brand: #bceb60;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.376)
/* Android */
Color.parseColor("#bceb60")Accessibility — WCAG contrast
Aa
#bceb60 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb60 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue37.6%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow59.1%
Key (black)7.8%
Color previews
#bceb60 text on a black background
contrast 15.19:1
Card sample
#bceb60 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb60;
Background color
Panel with #bceb60 background
background-color: #bceb60;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb60;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb60; background: linear-gradient(135deg, #bceb60, #60EB61);