#60aa55
a balanced, soft green · cool · closest name: forestgreen
RGB
96, 170, 85
HSL
112°, 33%, 50%
CMYK
44, 0, 50, 33
Luminance
0.3189
Every format
| HEX | #60aa55 |
| RGB | rgb(96, 170, 85) |
| HSL | hsl(112, 33%, 50%) |
| CMYK | cmyk(44%, 0%, 50%, 33%) |
| LAB | lab(63.3 -40.1 36.5) |
| LCH | lch(63.3 54.3 137.7) |
| OKLCH | oklch(0.669 0.141 141.2) |
Copy-ready code
/* CSS */
color: #60aa55;
background-color: #60aa55;
/* Tailwind (arbitrary) */
class="text-[#60aa55] bg-[#60aa55]"
/* SCSS */
$brand: #60aa55;
/* SwiftUI */
Color(red: 0.376, green: 0.667, blue: 0.333)
/* Android */
Color.parseColor("#60aa55")Accessibility — WCAG contrast
Aa
#60aa55 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60aa55 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green66.7%
Blue33.3%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow50.0%
Key (black)33.3%
Color previews
#60aa55 text on a black background
contrast 7.38:1
Card sample
#60aa55 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60aa55;
Background color
Panel with #60aa55 background
background-color: #60aa55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60aa55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 170, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 170, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60aa55; background: linear-gradient(135deg, #60aa55, #55AA83);