#bceb0a
a balanced, electric green · cool · closest name: yellow
RGB
188, 235, 10
HSL
73°, 92%, 48%
CMYK
20, 0, 96, 8
Luminance
0.7013
Every format
| HEX | #bceb0a |
| RGB | rgb(188, 235, 10) |
| HSL | hsl(73, 92%, 48%) |
| CMYK | cmyk(20%, 0%, 96%, 8%) |
| LAB | lab(87.1 -39.3 84.1) |
| LCH | lch(87.1 92.8 115.0) |
| OKLCH | oklch(0.875 0.214 123.1) |
Copy-ready code
/* CSS */
color: #bceb0a;
background-color: #bceb0a;
/* Tailwind (arbitrary) */
class="text-[#bceb0a] bg-[#bceb0a]"
/* SCSS */
$brand: #bceb0a;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.039)
/* Android */
Color.parseColor("#bceb0a")Accessibility — WCAG contrast
Aa
#bceb0a on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb0a on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue3.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow95.7%
Key (black)7.8%
Color previews
#bceb0a text on a black background
contrast 15.03:1
Card sample
#bceb0a text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb0a;
Background color
Panel with #bceb0a background
background-color: #bceb0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb0a; background: linear-gradient(135deg, #bceb0a, #26EB0A);