#bceb25
a balanced, electric green · cool · closest name: yellow
RGB
188, 235, 37
HSL
74°, 83%, 53%
CMYK
20, 0, 84, 8
Luminance
0.7024
Every format
| HEX | #bceb25 |
| RGB | rgb(188, 235, 37) |
| HSL | hsl(74, 83%, 53%) |
| CMYK | cmyk(20%, 0%, 84%, 8%) |
| LAB | lab(87.1 -38.7 80.2) |
| LCH | lch(87.1 89.1 115.8) |
| OKLCH | oklch(0.876 0.208 123.4) |
Copy-ready code
/* CSS */
color: #bceb25;
background-color: #bceb25;
/* Tailwind (arbitrary) */
class="text-[#bceb25] bg-[#bceb25]"
/* SCSS */
$brand: #bceb25;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.145)
/* Android */
Color.parseColor("#bceb25")Accessibility — WCAG contrast
Aa
#bceb25 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb25 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue14.5%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow84.3%
Key (black)7.8%
Color previews
#bceb25 text on a black background
contrast 15.05:1
Card sample
#bceb25 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb25;
Background color
Panel with #bceb25 background
background-color: #bceb25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb25; background: linear-gradient(135deg, #bceb25, #38EB25);