#bce047
a balanced, vivid green · cool · closest name: yellow
RGB
188, 224, 71
HSL
74°, 71%, 58%
CMYK
16, 0, 68, 12
Luminance
0.6446
Every format
| HEX | #bce047 |
| RGB | rgb(188, 224, 71) |
| HSL | hsl(74, 71%, 58%) |
| CMYK | cmyk(16%, 0%, 68%, 12%) |
| LAB | lab(84.2 -32.3 67.6) |
| LCH | lch(84.2 74.9 115.5) |
| OKLCH | oklch(0.853 0.179 121.8) |
Copy-ready code
/* CSS */
color: #bce047;
background-color: #bce047;
/* Tailwind (arbitrary) */
class="text-[#bce047] bg-[#bce047]"
/* SCSS */
$brand: #bce047;
/* SwiftUI */
Color(red: 0.737, green: 0.878, blue: 0.278)
/* Android */
Color.parseColor("#bce047")Accessibility — WCAG contrast
Aa
#bce047 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bce047 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.8%
Blue27.8%
CMYK percentages
Cyan16.1%
Magenta0.0%
Yellow68.3%
Key (black)12.2%
Color previews
#bce047 text on a black background
contrast 13.89:1
Card sample
#bce047 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bce047;
Background color
Panel with #bce047 background
background-color: #bce047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bce047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 224, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 224, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bce047; background: linear-gradient(135deg, #bce047, #56E047);