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