#3cddb2
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
60, 221, 178
HSL
164°, 70%, 55%
CMYK
73, 0, 20, 13
Luminance
0.5589
Every format
| HEX | #3cddb2 |
| RGB | rgb(60, 221, 178) |
| HSL | hsl(164, 70%, 55%) |
| CMYK | cmyk(73%, 0%, 20%, 13%) |
| LAB | lab(79.5 -50.9 9.4) |
| LCH | lch(79.5 51.8 169.5) |
| OKLCH | oklch(0.806 0.144 170.4) |
Copy-ready code
/* CSS */
color: #3cddb2;
background-color: #3cddb2;
/* Tailwind (arbitrary) */
class="text-[#3cddb2] bg-[#3cddb2]"
/* SCSS */
$brand: #3cddb2;
/* SwiftUI */
Color(red: 0.235, green: 0.867, blue: 0.698)
/* Android */
Color.parseColor("#3cddb2")Accessibility — WCAG contrast
Aa
#3cddb2 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cddb2 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green86.7%
Blue69.8%
CMYK percentages
Cyan72.9%
Magenta0.0%
Yellow19.5%
Key (black)13.3%
Color previews
#3cddb2 text on a black background
contrast 12.18:1
Card sample
#3cddb2 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cddb2;
Background color
Panel with #3cddb2 background
background-color: #3cddb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cddb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 221, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 221, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cddb2; background: linear-gradient(135deg, #3cddb2, #3C9DDD);