#3cfabe
a balanced, electric cyan · cool · closest name: aquamarine
RGB
60, 250, 190
HSL
161°, 95%, 61%
CMYK
76, 0, 24, 2
Luminance
0.7305
Every format
| HEX | #3cfabe |
| RGB | rgb(60, 250, 190) |
| HSL | hsl(161, 95%, 61%) |
| CMYK | cmyk(76%, 0%, 24%, 2%) |
| LAB | lab(88.5 -59.6 15.8) |
| LCH | lch(88.5 61.7 165.2) |
| OKLCH | oklch(0.880 0.169 166.2) |
Copy-ready code
/* CSS */
color: #3cfabe;
background-color: #3cfabe;
/* Tailwind (arbitrary) */
class="text-[#3cfabe] bg-[#3cfabe]"
/* SCSS */
$brand: #3cfabe;
/* SwiftUI */
Color(red: 0.235, green: 0.980, blue: 0.745)
/* Android */
Color.parseColor("#3cfabe")Accessibility — WCAG contrast
Aa
#3cfabe on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cfabe on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green98.0%
Blue74.5%
CMYK percentages
Cyan76.0%
Magenta0.0%
Yellow24.0%
Key (black)2.0%
Color previews
#3cfabe text on a black background
contrast 15.61:1
Card sample
#3cfabe text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cfabe;
Background color
Panel with #3cfabe background
background-color: #3cfabe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cfabe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 250, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 250, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cfabe; background: linear-gradient(135deg, #3cfabe, #3CB7FA);