#60facf
a light, electric cyan · cool · closest name: aquamarine
RGB
96, 250, 207
HSL
163°, 94%, 68%
CMYK
62, 0, 17, 2
Luminance
0.7536
Every format
| HEX | #60facf |
| RGB | rgb(96, 250, 207) |
| HSL | hsl(163, 94%, 68%) |
| CMYK | cmyk(62%, 0%, 17%, 2%) |
| LAB | lab(89.6 -50.7 8.6) |
| LCH | lch(89.6 51.4 170.3) |
| OKLCH | oklch(0.892 0.144 171.2) |
Copy-ready code
/* CSS */
color: #60facf;
background-color: #60facf;
/* Tailwind (arbitrary) */
class="text-[#60facf] bg-[#60facf]"
/* SCSS */
$brand: #60facf;
/* SwiftUI */
Color(red: 0.376, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#60facf")Accessibility — WCAG contrast
Aa
#60facf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60facf on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green98.0%
Blue81.2%
CMYK percentages
Cyan61.6%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#60facf text on a black background
contrast 16.07:1
Card sample
#60facf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60facf;
Background color
Panel with #60facf background
background-color: #60facf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60facf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60facf; background: linear-gradient(135deg, #60facf, #60BEFA);