#cbee1c
a balanced, electric green · cool · closest name: yellow
RGB
203, 238, 28
HSL
70°, 86%, 52%
CMYK
15, 0, 88, 7
Luminance
0.7393
Every format
| HEX | #cbee1c |
| RGB | rgb(203, 238, 28) |
| HSL | hsl(70, 86%, 52%) |
| CMYK | cmyk(15%, 0%, 88%, 7%) |
| LAB | lab(88.9 -34.4 83.8) |
| LCH | lch(88.9 90.6 112.3) |
| OKLCH | oklch(0.892 0.207 120.0) |
Copy-ready code
/* CSS */
color: #cbee1c;
background-color: #cbee1c;
/* Tailwind (arbitrary) */
class="text-[#cbee1c] bg-[#cbee1c]"
/* SCSS */
$brand: #cbee1c;
/* SwiftUI */
Color(red: 0.796, green: 0.933, blue: 0.110)
/* Android */
Color.parseColor("#cbee1c")Accessibility — WCAG contrast
Aa
#cbee1c on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbee1c on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green93.3%
Blue11.0%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow88.2%
Key (black)6.7%
Color previews
#cbee1c text on a black background
contrast 15.79:1
Card sample
#cbee1c text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbee1c;
Background color
Panel with #cbee1c background
background-color: #cbee1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbee1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 238, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 238, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbee1c; background: linear-gradient(135deg, #cbee1c, #3FEE1C);