#3cfbdc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 251, 220
HSL
170°, 96%, 61%
CMYK
76, 0, 12, 2
Luminance
0.7512
Every format
| HEX | #3cfbdc |
| RGB | rgb(60, 251, 220) |
| HSL | hsl(170, 96%, 61%) |
| CMYK | cmyk(76%, 0%, 12%, 2%) |
| LAB | lab(89.5 -52.9 1.6) |
| LCH | lch(89.5 52.9 178.2) |
| OKLCH | oklch(0.890 0.152 178.7) |
Copy-ready code
/* CSS */
color: #3cfbdc;
background-color: #3cfbdc;
/* Tailwind (arbitrary) */
class="text-[#3cfbdc] bg-[#3cfbdc]"
/* SCSS */
$brand: #3cfbdc;
/* SwiftUI */
Color(red: 0.235, green: 0.984, blue: 0.863)
/* Android */
Color.parseColor("#3cfbdc")Accessibility — WCAG contrast
Aa
#3cfbdc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfbdc on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.4%
Blue86.3%
CMYK percentages
Cyan76.1%
Magenta0.0%
Yellow12.4%
Key (black)1.6%
Color previews
#3cfbdc text on a black background
contrast 16.02:1
Card sample
#3cfbdc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfbdc;
Background color
Panel with #3cfbdc background
background-color: #3cfbdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfbdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 251, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 251, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfbdc; background: linear-gradient(135deg, #3cfbdc, #3C9BFB);