#3cffce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 255, 206
HSL
165°, 100%, 62%
CMYK
77, 0, 19, 0
Luminance
0.7694
Every format
| HEX | #3cffce |
| RGB | rgb(60, 255, 206) |
| HSL | hsl(165, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 19%, 0%) |
| LAB | lab(90.3 -57.9 10.1) |
| LCH | lch(90.3 58.8 170.1) |
| OKLCH | oklch(0.896 0.164 171.0) |
Copy-ready code
/* CSS */
color: #3cffce;
background-color: #3cffce;
/* Tailwind (arbitrary) */
class="text-[#3cffce] bg-[#3cffce]"
/* SCSS */
$brand: #3cffce;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.808)
/* Android */
Color.parseColor("#3cffce")Accessibility — WCAG contrast
Aa
#3cffce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cffce on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue80.8%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow19.2%
Key (black)0.0%
Color previews
#3cffce text on a black background
contrast 16.39:1
Card sample
#3cffce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cffce;
Background color
Panel with #3cffce background
background-color: #3cffce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cffce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cffce; background: linear-gradient(135deg, #3cffce, #3CAEFF);