#60fbaf
a light, electric green · cool · closest name: aquamarine
RGB
96, 251, 175
HSL
151°, 95%, 68%
CMYK
62, 0, 30, 2
Luminance
0.7458
Every format
| HEX | #60fbaf |
| RGB | rgb(96, 251, 175) |
| HSL | hsl(151, 95%, 68%) |
| CMYK | cmyk(62%, 0%, 30%, 2%) |
| LAB | lab(89.2 -57.9 24.6) |
| LCH | lch(89.2 62.9 157.0) |
| OKLCH | oklch(0.887 0.170 158.5) |
Copy-ready code
/* CSS */
color: #60fbaf;
background-color: #60fbaf;
/* Tailwind (arbitrary) */
class="text-[#60fbaf] bg-[#60fbaf]"
/* SCSS */
$brand: #60fbaf;
/* SwiftUI */
Color(red: 0.376, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#60fbaf")Accessibility — WCAG contrast
Aa
#60fbaf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60fbaf on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green98.4%
Blue68.6%
CMYK percentages
Cyan61.8%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#60fbaf text on a black background
contrast 15.92:1
Card sample
#60fbaf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60fbaf;
Background color
Panel with #60fbaf background
background-color: #60fbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60fbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60fbaf; background: linear-gradient(135deg, #60fbaf, #60E0FB);