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