#bce607
a balanced, electric green · cool · closest name: yellow
RGB
188, 230, 7
HSL
71°, 94%, 47%
CMYK
18, 0, 97, 10
Luminance
0.6730
Every format
| HEX | #bce607 |
| RGB | rgb(188, 230, 7) |
| HSL | hsl(71, 94%, 47%) |
| CMYK | cmyk(18%, 0%, 97%, 10%) |
| LAB | lab(85.7 -37.0 83.3) |
| LCH | lch(85.7 91.1 114.0) |
| OKLCH | oklch(0.864 0.209 122.1) |
Copy-ready code
/* CSS */
color: #bce607;
background-color: #bce607;
/* Tailwind (arbitrary) */
class="text-[#bce607] bg-[#bce607]"
/* SCSS */
$brand: #bce607;
/* SwiftUI */
Color(red: 0.737, green: 0.902, blue: 0.027)
/* Android */
Color.parseColor("#bce607")Accessibility — WCAG contrast
Aa
#bce607 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce607 on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green90.2%
Blue2.7%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow97.0%
Key (black)9.8%
Color previews
#bce607 text on a black background
contrast 14.46:1
Card sample
#bce607 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce607;
Background color
Panel with #bce607 background
background-color: #bce607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 230, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 230, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce607; background: linear-gradient(135deg, #bce607, #27E607);