#3cfccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 252, 207
HSL
166°, 97%, 61%
CMYK
76, 0, 18, 1
Luminance
0.7509
Every format
| HEX | #3cfccf |
| RGB | rgb(60, 252, 207) |
| HSL | hsl(166, 97%, 61%) |
| CMYK | cmyk(76%, 0%, 18%, 1%) |
| LAB | lab(89.4 -56.5 8.4) |
| LCH | lch(89.4 57.1 171.6) |
| OKLCH | oklch(0.889 0.160 172.4) |
Copy-ready code
/* CSS */
color: #3cfccf;
background-color: #3cfccf;
/* Tailwind (arbitrary) */
class="text-[#3cfccf] bg-[#3cfccf]"
/* SCSS */
$brand: #3cfccf;
/* SwiftUI */
Color(red: 0.235, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#3cfccf")Accessibility — WCAG contrast
Aa
#3cfccf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfccf on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.8%
Blue81.2%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#3cfccf text on a black background
contrast 16.02:1
Card sample
#3cfccf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfccf;
Background color
Panel with #3cfccf background
background-color: #3cfccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfccf; background: linear-gradient(135deg, #3cfccf, #3CA9FC);