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