#69c034
a balanced, vivid green · cool · closest name: forestgreen
RGB
105, 192, 52
HSL
97°, 57%, 48%
CMYK
45, 0, 73, 25
Luminance
0.4095
Every format
| HEX | #69c034 |
| RGB | rgb(105, 192, 52) |
| HSL | hsl(97, 57%, 48%) |
| CMYK | cmyk(45%, 0%, 73%, 25%) |
| LAB | lab(70.1 -49.7 58.8) |
| LCH | lch(70.1 77.0 130.2) |
| OKLCH | oklch(0.726 0.191 136.2) |
Copy-ready code
/* CSS */
color: #69c034;
background-color: #69c034;
/* Tailwind (arbitrary) */
class="text-[#69c034] bg-[#69c034]"
/* SCSS */
$brand: #69c034;
/* SwiftUI */
Color(red: 0.412, green: 0.753, blue: 0.204)
/* Android */
Color.parseColor("#69c034")Accessibility — WCAG contrast
Aa
#69c034 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69c034 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green75.3%
Blue20.4%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow72.9%
Key (black)24.7%
Color previews
#69c034 text on a black background
contrast 9.19:1
Card sample
#69c034 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69c034;
Background color
Panel with #69c034 background
background-color: #69c034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69c034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 192, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 192, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69c034; background: linear-gradient(135deg, #69c034, #34C05C);