#bcdf23
a balanced, vivid green · cool · closest name: yellow
RGB
188, 223, 35
HSL
71°, 75%, 51%
CMYK
16, 0, 84, 13
Luminance
0.6359
Every format
| HEX | #bcdf23 |
| RGB | rgb(188, 223, 35) |
| HSL | hsl(71, 75%, 51%) |
| CMYK | cmyk(16%, 0%, 84%, 13%) |
| LAB | lab(83.8 -33.4 77.8) |
| LCH | lch(83.8 84.7 113.2) |
| OKLCH | oklch(0.849 0.195 120.7) |
Copy-ready code
/* CSS */
color: #bcdf23;
background-color: #bcdf23;
/* Tailwind (arbitrary) */
class="text-[#bcdf23] bg-[#bcdf23]"
/* SCSS */
$brand: #bcdf23;
/* SwiftUI */
Color(red: 0.737, green: 0.875, blue: 0.137)
/* Android */
Color.parseColor("#bcdf23")Accessibility — WCAG contrast
Aa
#bcdf23 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcdf23 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green87.5%
Blue13.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow84.3%
Key (black)12.5%
Color previews
#bcdf23 text on a black background
contrast 13.72:1
Card sample
#bcdf23 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcdf23;
Background color
Panel with #bcdf23 background
background-color: #bcdf23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcdf23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 223, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 223, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcdf23; background: linear-gradient(135deg, #bcdf23, #3FDF23);