#3cfcc6
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 252, 198
HSL
163°, 97%, 61%
CMYK
76, 0, 21, 1
Luminance
0.7466
Every format
| HEX | #3cfcc6 |
| RGB | rgb(60, 252, 198) |
| HSL | hsl(163, 97%, 61%) |
| CMYK | cmyk(76%, 0%, 21%, 1%) |
| LAB | lab(89.2 -58.6 12.7) |
| LCH | lch(89.2 60.0 167.7) |
| OKLCH | oklch(0.886 0.166 168.7) |
Copy-ready code
/* CSS */
color: #3cfcc6;
background-color: #3cfcc6;
/* Tailwind (arbitrary) */
class="text-[#3cfcc6] bg-[#3cfcc6]"
/* SCSS */
$brand: #3cfcc6;
/* SwiftUI */
Color(red: 0.235, green: 0.988, blue: 0.776)
/* Android */
Color.parseColor("#3cfcc6")Accessibility — WCAG contrast
Aa
#3cfcc6 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfcc6 on black: 15.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.8%
Blue77.6%
CMYK percentages
Cyan76.2%
Magenta0.0%
Yellow21.4%
Key (black)1.2%
Color previews
#3cfcc6 text on a black background
contrast 15.93:1
Card sample
#3cfcc6 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfcc6;
Background color
Panel with #3cfcc6 background
background-color: #3cfcc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfcc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 252, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 252, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfcc6; background: linear-gradient(135deg, #3cfcc6, #3CB2FC);