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