#60cf6f
a balanced, vivid green · cool · closest name: forestgreen
RGB
96, 207, 111
HSL
128°, 54%, 59%
CMYK
54, 0, 46, 19
Luminance
0.4826
Every format
| HEX | #60cf6f |
| RGB | rgb(96, 207, 111) |
| HSL | hsl(128, 54%, 59%) |
| CMYK | cmyk(54%, 0%, 46%, 19%) |
| LAB | lab(75.0 -51.7 38.2) |
| LCH | lch(75.0 64.3 143.6) |
| OKLCH | oklch(0.767 0.168 146.4) |
Copy-ready code
/* CSS */
color: #60cf6f;
background-color: #60cf6f;
/* Tailwind (arbitrary) */
class="text-[#60cf6f] bg-[#60cf6f]"
/* SCSS */
$brand: #60cf6f;
/* SwiftUI */
Color(red: 0.376, green: 0.812, blue: 0.435)
/* Android */
Color.parseColor("#60cf6f")Accessibility — WCAG contrast
Aa
#60cf6f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cf6f on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green81.2%
Blue43.5%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow46.4%
Key (black)18.8%
Color previews
#60cf6f text on a black background
contrast 10.65:1
Card sample
#60cf6f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cf6f;
Background color
Panel with #60cf6f background
background-color: #60cf6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cf6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 207, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 207, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cf6f; background: linear-gradient(135deg, #60cf6f, #60CFB9);