#60fdcd
a light, electric cyan · cool · closest name: aquamarine
RGB
96, 253, 205
HSL
162°, 98%, 68%
CMYK
62, 0, 19, 1
Luminance
0.7715
Every format
| HEX | #60fdcd |
| RGB | rgb(96, 253, 205) |
| HSL | hsl(162, 98%, 68%) |
| CMYK | cmyk(62%, 0%, 19%, 1%) |
| LAB | lab(90.4 -52.4 10.8) |
| LCH | lch(90.4 53.5 168.3) |
| OKLCH | oklch(0.898 0.149 169.3) |
Copy-ready code
/* CSS */
color: #60fdcd;
background-color: #60fdcd;
/* Tailwind (arbitrary) */
class="text-[#60fdcd] bg-[#60fdcd]"
/* SCSS */
$brand: #60fdcd;
/* SwiftUI */
Color(red: 0.376, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#60fdcd")Accessibility — WCAG contrast
Aa
#60fdcd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#60fdcd on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green99.2%
Blue80.4%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#60fdcd text on a black background
contrast 16.43:1
Card sample
#60fdcd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60fdcd;
Background color
Panel with #60fdcd background
background-color: #60fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60fdcd; background: linear-gradient(135deg, #60fdcd, #60C4FD);