#bce621
a balanced, electric green · cool · closest name: yellow
RGB
188, 230, 33
HSL
73°, 80%, 52%
CMYK
18, 0, 86, 10
Luminance
0.6739
Every format
| HEX | #bce621 |
| RGB | rgb(188, 230, 33) |
| HSL | hsl(73, 80%, 52%) |
| CMYK | cmyk(18%, 0%, 86%, 10%) |
| LAB | lab(85.7 -36.6 79.9) |
| LCH | lch(85.7 87.8 114.6) |
| OKLCH | oklch(0.864 0.204 122.3) |
Copy-ready code
/* CSS */
color: #bce621;
background-color: #bce621;
/* Tailwind (arbitrary) */
class="text-[#bce621] bg-[#bce621]"
/* SCSS */
$brand: #bce621;
/* SwiftUI */
Color(red: 0.737, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#bce621")Accessibility — WCAG contrast
Aa
#bce621 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce621 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green90.2%
Blue12.9%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#bce621 text on a black background
contrast 14.48:1
Card sample
#bce621 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce621;
Background color
Panel with #bce621 background
background-color: #bce621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce621; background: linear-gradient(135deg, #bce621, #39E621);