#65cb21
a balanced, vivid green · cool · closest name: green
RGB
101, 203, 33
HSL
96°, 72%, 46%
CMYK
50, 0, 84, 20
Luminance
0.4559
Every format
| HEX | #65cb21 |
| RGB | rgb(101, 203, 33) |
| HSL | hsl(96, 72%, 46%) |
| CMYK | cmyk(50%, 0%, 84%, 20%) |
| LAB | lab(73.3 -56.1 67.4) |
| LCH | lch(73.3 87.7 129.8) |
| OKLCH | oklch(0.751 0.215 136.6) |
Copy-ready code
/* CSS */
color: #65cb21;
background-color: #65cb21;
/* Tailwind (arbitrary) */
class="text-[#65cb21] bg-[#65cb21]"
/* SCSS */
$brand: #65cb21;
/* SwiftUI */
Color(red: 0.396, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#65cb21")Accessibility — WCAG contrast
Aa
#65cb21 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cb21 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green79.6%
Blue12.9%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow83.7%
Key (black)20.4%
Color previews
#65cb21 text on a black background
contrast 10.12:1
Card sample
#65cb21 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cb21;
Background color
Panel with #65cb21 background
background-color: #65cb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cb21; background: linear-gradient(135deg, #65cb21, #21CB4E);