#3cffd2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 255, 210
HSL
166°, 100%, 62%
CMYK
77, 0, 18, 0
Luminance
0.7713
Every format
| HEX | #3cffd2 |
| RGB | rgb(60, 255, 210) |
| HSL | hsl(166, 100%, 62%) |
| CMYK | cmyk(77%, 0%, 18%, 0%) |
| LAB | lab(90.4 -56.9 8.2) |
| LCH | lch(90.4 57.5 171.8) |
| OKLCH | oklch(0.897 0.161 172.6) |
Copy-ready code
/* CSS */
color: #3cffd2;
background-color: #3cffd2;
/* Tailwind (arbitrary) */
class="text-[#3cffd2] bg-[#3cffd2]"
/* SCSS */
$brand: #3cffd2;
/* SwiftUI */
Color(red: 0.235, green: 1.000, blue: 0.824)
/* Android */
Color.parseColor("#3cffd2")Accessibility — WCAG contrast
Aa
#3cffd2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cffd2 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green100.0%
Blue82.4%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow17.6%
Key (black)0.0%
Color previews
#3cffd2 text on a black background
contrast 16.43:1
Card sample
#3cffd2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cffd2;
Background color
Panel with #3cffd2 background
background-color: #3cffd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cffd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 255, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 255, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cffd2; background: linear-gradient(135deg, #3cffd2, #3CAAFF);