#cbee39
a balanced, electric green · cool · closest name: yellow
RGB
203, 238, 57
HSL
72°, 84%, 58%
CMYK
15, 0, 76, 7
Luminance
0.7414
Every format
| HEX | #cbee39 |
| RGB | rgb(203, 238, 57) |
| HSL | hsl(72, 84%, 58%) |
| CMYK | cmyk(15%, 0%, 76%, 7%) |
| LAB | lab(89.0 -33.5 77.2) |
| LCH | lch(89.0 84.2 113.5) |
| OKLCH | oklch(0.894 0.197 120.4) |
Copy-ready code
/* CSS */
color: #cbee39;
background-color: #cbee39;
/* Tailwind (arbitrary) */
class="text-[#cbee39] bg-[#cbee39]"
/* SCSS */
$brand: #cbee39;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.224)
/* Android */
Color.parseColor("#cbee39")Accessibility — WCAG contrast
Aa
#cbee39 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbee39 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue22.4%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow76.1%
Key (black)6.7%
Color previews
#cbee39 text on a black background
contrast 15.83:1
Card sample
#cbee39 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbee39;
Background color
Panel with #cbee39 background
background-color: #cbee39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbee39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbee39; background: linear-gradient(135deg, #cbee39, #52EE39);