#3cdfad
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
60, 223, 173
HSL
162°, 72%, 56%
CMYK
73, 0, 22, 13
Luminance
0.5675
Every format
| HEX | #3cdfad |
| RGB | rgb(60, 223, 173) |
| HSL | hsl(162, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 22%, 13%) |
| LAB | lab(80.0 -52.9 12.7) |
| LCH | lch(80.0 54.4 166.5) |
| OKLCH | oklch(0.809 0.150 167.5) |
Copy-ready code
/* CSS */
color: #3cdfad;
background-color: #3cdfad;
/* Tailwind (arbitrary) */
class="text-[#3cdfad] bg-[#3cdfad]"
/* SCSS */
$brand: #3cdfad;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#3cdfad")Accessibility — WCAG contrast
Aa
#3cdfad on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfad on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue67.8%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#3cdfad text on a black background
contrast 12.35:1
Card sample
#3cdfad text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfad;
Background color
Panel with #3cdfad background
background-color: #3cdfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfad; background: linear-gradient(135deg, #3cdfad, #3CA4DF);