#3cfdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 253, 206
HSL
165°, 98%, 61%
CMYK
76, 0, 19, 1
Luminance
0.7567
Every format
| HEX | #3cfdce |
| RGB | rgb(60, 253, 206) |
| HSL | hsl(165, 98%, 61%) |
| CMYK | cmyk(76%, 0%, 19%, 1%) |
| LAB | lab(89.7 -57.1 9.3) |
| LCH | lch(89.7 57.9 170.8) |
| OKLCH | oklch(0.891 0.162 171.6) |
Copy-ready code
/* CSS */
color: #3cfdce;
background-color: #3cfdce;
/* Tailwind (arbitrary) */
class="text-[#3cfdce] bg-[#3cfdce]"
/* SCSS */
$brand: #3cfdce;
/* SwiftUI */
Color(red: 0.235, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#3cfdce")Accessibility — WCAG contrast
Aa
#3cfdce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfdce on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green99.2%
Blue80.8%
CMYK percentages
Cyan76.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#3cfdce text on a black background
contrast 16.13:1
Card sample
#3cfdce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfdce;
Background color
Panel with #3cfdce background
background-color: #3cfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfdce; background: linear-gradient(135deg, #3cfdce, #3CABFD);