#69ce39
a balanced, vivid green · cool · closest name: forestgreen
RGB
105, 206, 57
HSL
101°, 60%, 52%
CMYK
49, 0, 72, 19
Luminance
0.4744
Every format
| HEX | #69ce39 |
| RGB | rgb(105, 206, 57) |
| HSL | hsl(101, 60%, 52%) |
| CMYK | cmyk(49%, 0%, 72%, 19%) |
| LAB | lab(74.5 -54.8 61.4) |
| LCH | lch(74.5 82.3 131.7) |
| OKLCH | oklch(0.762 0.205 137.6) |
Copy-ready code
/* CSS */
color: #69ce39;
background-color: #69ce39;
/* Tailwind (arbitrary) */
class="text-[#69ce39] bg-[#69ce39]"
/* SCSS */
$brand: #69ce39;
/* SwiftUI */
Color(red: 0.412, green: 0.808, blue: 0.224)
/* Android */
Color.parseColor("#69ce39")Accessibility — WCAG contrast
Aa
#69ce39 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69ce39 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green80.8%
Blue22.4%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow72.3%
Key (black)19.2%
Color previews
#69ce39 text on a black background
contrast 10.49:1
Card sample
#69ce39 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69ce39;
Background color
Panel with #69ce39 background
background-color: #69ce39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69ce39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 206, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 206, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69ce39; background: linear-gradient(135deg, #69ce39, #39CE6D);