#69c35f
a balanced, vivid green · cool · closest name: forestgreen
RGB
105, 195, 95
HSL
114°, 46%, 57%
CMYK
46, 0, 51, 24
Luminance
0.4286
Every format
| HEX | #69c35f |
| RGB | rgb(105, 195, 95) |
| HSL | hsl(114, 46%, 57%) |
| CMYK | cmyk(46%, 0%, 51%, 24%) |
| LAB | lab(71.5 -46.7 41.7) |
| LCH | lch(71.5 62.6 138.2) |
| OKLCH | oklch(0.738 0.162 141.8) |
Copy-ready code
/* CSS */
color: #69c35f;
background-color: #69c35f;
/* Tailwind (arbitrary) */
class="text-[#69c35f] bg-[#69c35f]"
/* SCSS */
$brand: #69c35f;
/* SwiftUI */
Color(red: 0.412, green: 0.765, blue: 0.373)
/* Android */
Color.parseColor("#69c35f")Accessibility — WCAG contrast
Aa
#69c35f on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69c35f on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green76.5%
Blue37.3%
CMYK percentages
Cyan46.2%
Magenta0.0%
Yellow51.3%
Key (black)23.5%
Color previews
#69c35f text on a black background
contrast 9.57:1
Card sample
#69c35f text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69c35f;
Background color
Panel with #69c35f background
background-color: #69c35f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69c35f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 195, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 195, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69c35f; background: linear-gradient(135deg, #69c35f, #5FC398);