#60ffaf
a light, electric green · cool · closest name: aquamarine
RGB
96, 255, 175
HSL
150°, 100%, 69%
CMYK
62, 0, 31, 0
Luminance
0.7710
Every format
| HEX | #60ffaf |
| RGB | rgb(96, 255, 175) |
| HSL | hsl(150, 100%, 69%) |
| CMYK | cmyk(62%, 0%, 31%, 0%) |
| LAB | lab(90.4 -59.4 26.2) |
| LCH | lch(90.4 64.9 156.2) |
| OKLCH | oklch(0.896 0.175 157.7) |
Copy-ready code
/* CSS */
color: #60ffaf;
background-color: #60ffaf;
/* Tailwind (arbitrary) */
class="text-[#60ffaf] bg-[#60ffaf]"
/* SCSS */
$brand: #60ffaf;
/* SwiftUI */
Color(red: 0.376, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#60ffaf")Accessibility — WCAG contrast
Aa
#60ffaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60ffaf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green100.0%
Blue68.6%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#60ffaf text on a black background
contrast 16.42:1
Card sample
#60ffaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60ffaf;
Background color
Panel with #60ffaf background
background-color: #60ffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60ffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60ffaf; background: linear-gradient(135deg, #60ffaf, #60E5FF);