#cbee2c
a balanced, electric green · cool · closest name: yellow
RGB
203, 238, 44
HSL
71°, 85%, 55%
CMYK
15, 0, 82, 7
Luminance
0.7403
Every format
| HEX | #cbee2c |
| RGB | rgb(203, 238, 44) |
| HSL | hsl(71, 85%, 55%) |
| CMYK | cmyk(15%, 0%, 82%, 7%) |
| LAB | lab(88.9 -34.0 80.6) |
| LCH | lch(88.9 87.5 112.9) |
| OKLCH | oklch(0.893 0.202 120.2) |
Copy-ready code
/* CSS */
color: #cbee2c;
background-color: #cbee2c;
/* Tailwind (arbitrary) */
class="text-[#cbee2c] bg-[#cbee2c]"
/* SCSS */
$brand: #cbee2c;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.173)
/* Android */
Color.parseColor("#cbee2c")Accessibility — WCAG contrast
Aa
#cbee2c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbee2c on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue17.3%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow81.5%
Key (black)6.7%
Color previews
#cbee2c text on a black background
contrast 15.81:1
Card sample
#cbee2c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbee2c;
Background color
Panel with #cbee2c background
background-color: #cbee2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbee2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbee2c; background: linear-gradient(135deg, #cbee2c, #4AEE2C);