#3cdbaf
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
60, 219, 175
HSL
163°, 69%, 55%
CMYK
73, 0, 20, 14
Luminance
0.5472
Every format
| HEX | #3cdbaf |
| RGB | rgb(60, 219, 175) |
| HSL | hsl(163, 69%, 55%) |
| CMYK | cmyk(73%, 0%, 20%, 14%) |
| LAB | lab(78.9 -50.8 10.0) |
| LCH | lch(78.9 51.8 168.8) |
| OKLCH | oklch(0.800 0.144 169.8) |
Copy-ready code
/* CSS */
color: #3cdbaf;
background-color: #3cdbaf;
/* Tailwind (arbitrary) */
class="text-[#3cdbaf] bg-[#3cdbaf]"
/* SCSS */
$brand: #3cdbaf;
/* SwiftUI */
Color(red: 0.235, green: 0.859, blue: 0.686)
/* Android */
Color.parseColor("#3cdbaf")Accessibility — WCAG contrast
Aa
#3cdbaf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdbaf on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green85.9%
Blue68.6%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow20.1%
Key (black)14.1%
Color previews
#3cdbaf text on a black background
contrast 11.94:1
Card sample
#3cdbaf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdbaf;
Background color
Panel with #3cdbaf background
background-color: #3cdbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 219, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 219, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdbaf; background: linear-gradient(135deg, #3cdbaf, #3C9DDB);