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