#bceb19
a balanced, electric green · cool · closest name: yellow
RGB
188, 235, 25
HSL
73°, 84%, 51%
CMYK
20, 0, 89, 8
Luminance
0.7018
Every format
| HEX | #bceb19 |
| RGB | rgb(188, 235, 25) |
| HSL | hsl(73, 84%, 51%) |
| CMYK | cmyk(20%, 0%, 89%, 8%) |
| LAB | lab(87.1 -39.0 82.4) |
| LCH | lch(87.1 91.2 115.4) |
| OKLCH | oklch(0.875 0.211 123.2) |
Copy-ready code
/* CSS */
color: #bceb19;
background-color: #bceb19;
/* Tailwind (arbitrary) */
class="text-[#bceb19] bg-[#bceb19]"
/* SCSS */
$brand: #bceb19;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.098)
/* Android */
Color.parseColor("#bceb19")Accessibility — WCAG contrast
Aa
#bceb19 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb19 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue9.8%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow89.4%
Key (black)7.8%
Color previews
#bceb19 text on a black background
contrast 15.04:1
Card sample
#bceb19 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb19;
Background color
Panel with #bceb19 background
background-color: #bceb19;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb19;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb19; background: linear-gradient(135deg, #bceb19, #30EB19);