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