#bceb37
a balanced, electric green · cool · closest name: yellow
RGB
188, 235, 55
HSL
76°, 82%, 57%
CMYK
20, 0, 77, 8
Luminance
0.7038
Every format
| HEX | #bceb37 |
| RGB | rgb(188, 235, 55) |
| HSL | hsl(76, 82%, 57%) |
| CMYK | cmyk(20%, 0%, 77%, 8%) |
| LAB | lab(87.2 -38.1 75.8) |
| LCH | lch(87.2 84.8 116.7) |
| OKLCH | oklch(0.877 0.201 123.8) |
Copy-ready code
/* CSS */
color: #bceb37;
background-color: #bceb37;
/* Tailwind (arbitrary) */
class="text-[#bceb37] bg-[#bceb37]"
/* SCSS */
$brand: #bceb37;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.216)
/* Android */
Color.parseColor("#bceb37")Accessibility — WCAG contrast
Aa
#bceb37 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb37 on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue21.6%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow76.6%
Key (black)7.8%
Color previews
#bceb37 text on a black background
contrast 15.08:1
Card sample
#bceb37 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb37;
Background color
Panel with #bceb37 background
background-color: #bceb37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb37; background: linear-gradient(135deg, #bceb37, #44EB37);