#3cffc8
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 255, 200
HSL
163°, 100%, 62%
CMYK
77, 0, 22, 0
Luminance
0.7665
Every format
| HEX | #3cffc8 |
| RGB | rgb(60, 255, 200) |
| HSL | hsl(163, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 22%, 0%) |
| LAB | lab(90.2 -59.3 13.0) |
| LCH | lch(90.2 60.7 167.6) |
| OKLCH | oklch(0.894 0.168 168.6) |
Copy-ready code
/* CSS */
color: #3cffc8;
background-color: #3cffc8;
/* Tailwind (arbitrary) */
class="text-[#3cffc8] bg-[#3cffc8]"
/* SCSS */
$brand: #3cffc8;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.784)
/* Android */
Color.parseColor("#3cffc8")Accessibility — WCAG contrast
Aa
#3cffc8 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cffc8 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue78.4%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow21.6%
Key (black)0.0%
Color previews
#3cffc8 text on a black background
contrast 16.33:1
Card sample
#3cffc8 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cffc8;
Background color
Panel with #3cffc8 background
background-color: #3cffc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cffc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cffc8; background: linear-gradient(135deg, #3cffc8, #3CB4FF);