#3cecba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 236, 186
HSL
163°, 82%, 58%
CMYK
75, 0, 21, 8
Luminance
0.6450
Every format
| HEX | #3cecba |
| RGB | rgb(60, 236, 186) |
| HSL | hsl(163, 82%, 58%) |
| CMYK | cmyk(75%, 0%, 21%, 8%) |
| LAB | lab(84.2 -55.1 11.8) |
| LCH | lch(84.2 56.3 167.9) |
| OKLCH | oklch(0.845 0.156 168.8) |
Copy-ready code
/* CSS */
color: #3cecba;
background-color: #3cecba;
/* Tailwind (arbitrary) */
class="text-[#3cecba] bg-[#3cecba]"
/* SCSS */
$brand: #3cecba;
/* SwiftUI */
Color(red: 0.235, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#3cecba")Accessibility — WCAG contrast
Aa
#3cecba on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cecba on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green92.5%
Blue72.9%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#3cecba text on a black background
contrast 13.90:1
Card sample
#3cecba text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cecba;
Background color
Panel with #3cecba background
background-color: #3cecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cecba; background: linear-gradient(135deg, #3cecba, #3CA8EC);