#bceb42
a balanced, electric green · cool · closest name: yellow
RGB
188, 235, 66
HSL
77°, 81%, 59%
CMYK
20, 0, 72, 8
Luminance
0.7050
Every format
| HEX | #bceb42 |
| RGB | rgb(188, 235, 66) |
| HSL | hsl(77, 81%, 59%) |
| CMYK | cmyk(20%, 0%, 72%, 8%) |
| LAB | lab(87.2 -37.6 72.3) |
| LCH | lch(87.2 81.5 117.4) |
| OKLCH | oklch(0.877 0.195 124.1) |
Copy-ready code
/* CSS */
color: #bceb42;
background-color: #bceb42;
/* Tailwind (arbitrary) */
class="text-[#bceb42] bg-[#bceb42]"
/* SCSS */
$brand: #bceb42;
/* SwiftUI */
Color(red: 0.737, green: 0.922, blue: 0.259)
/* Android */
Color.parseColor("#bceb42")Accessibility — WCAG contrast
Aa
#bceb42 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bceb42 on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green92.2%
Blue25.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow71.9%
Key (black)7.8%
Color previews
#bceb42 text on a black background
contrast 15.10:1
Card sample
#bceb42 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bceb42;
Background color
Panel with #bceb42 background
background-color: #bceb42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bceb42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 235, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 235, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bceb42; background: linear-gradient(135deg, #bceb42, #4BEB42);