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