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