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