#60cf8e
a balanced, vivid green · cool · closest name: aquamarine
RGB
96, 207, 142
HSL
145°, 54%, 59%
CMYK
54, 0, 31, 19
Luminance
0.4907
Every format
| HEX | #60cf8e |
| RGB | rgb(96, 207, 142) |
| HSL | hsl(145, 54%, 59%) |
| CMYK | cmyk(54%, 0%, 31%, 19%) |
| LAB | lab(75.5 -46.5 22.9) |
| LCH | lch(75.5 51.8 153.8) |
| OKLCH | oklch(0.772 0.139 155.4) |
Copy-ready code
/* CSS */
color: #60cf8e;
background-color: #60cf8e;
/* Tailwind (arbitrary) */
class="text-[#60cf8e] bg-[#60cf8e]"
/* SCSS */
$brand: #60cf8e;
/* SwiftUI */
Color(red: 0.376, green: 0.812, blue: 0.557)
/* Android */
Color.parseColor("#60cf8e")Accessibility — WCAG contrast
Aa
#60cf8e on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60cf8e on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green81.2%
Blue55.7%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow31.4%
Key (black)18.8%
Color previews
#60cf8e text on a black background
contrast 10.81:1
Card sample
#60cf8e text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60cf8e;
Background color
Panel with #60cf8e background
background-color: #60cf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60cf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 207, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 207, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60cf8e; background: linear-gradient(135deg, #60cf8e, #60C6CF);