#cbee49
a balanced, electric green · cool · closest name: yellow
RGB
203, 238, 73
HSL
73°, 83%, 61%
CMYK
15, 0, 69, 7
Luminance
0.7433
Every format
| HEX | #cbee49 |
| RGB | rgb(203, 238, 73) |
| HSL | hsl(73, 83%, 61%) |
| CMYK | cmyk(15%, 0%, 69%, 7%) |
| LAB | lab(89.1 -32.7 72.1) |
| LCH | lch(89.1 79.2 114.4) |
| OKLCH | oklch(0.895 0.188 120.8) |
Copy-ready code
/* CSS */
color: #cbee49;
background-color: #cbee49;
/* Tailwind (arbitrary) */
class="text-[#cbee49] bg-[#cbee49]"
/* SCSS */
$brand: #cbee49;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#cbee49")Accessibility — WCAG contrast
Aa
#cbee49 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbee49 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue28.6%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#cbee49 text on a black background
contrast 15.87:1
Card sample
#cbee49 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbee49;
Background color
Panel with #cbee49 background
background-color: #cbee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbee49; background: linear-gradient(135deg, #cbee49, #5DEE49);