#3cdfbd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 223, 189
HSL
168°, 72%, 56%
CMYK
73, 0, 15, 13
Luminance
0.5741
Every format
| HEX | #3cdfbd |
| RGB | rgb(60, 223, 189) |
| HSL | hsl(168, 72%, 56%) |
| CMYK | cmyk(73%, 0%, 15%, 13%) |
| LAB | lab(80.4 -49.0 4.8) |
| LCH | lch(80.4 49.3 174.4) |
| OKLCH | oklch(0.814 0.140 175.1) |
Copy-ready code
/* CSS */
color: #3cdfbd;
background-color: #3cdfbd;
/* Tailwind (arbitrary) */
class="text-[#3cdfbd] bg-[#3cdfbd]"
/* SCSS */
$brand: #3cdfbd;
/* SwiftUI */
Color(red: 0.235, green: 0.875, blue: 0.741)
/* Android */
Color.parseColor("#3cdfbd")Accessibility — WCAG contrast
Aa
#3cdfbd on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cdfbd on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green87.5%
Blue74.1%
CMYK percentages
Cyan73.1%
Magenta0.0%
Yellow15.2%
Key (black)12.5%
Color previews
#3cdfbd text on a black background
contrast 12.48:1
Card sample
#3cdfbd text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cdfbd;
Background color
Panel with #3cdfbd background
background-color: #3cdfbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cdfbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 223, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 223, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cdfbd; background: linear-gradient(135deg, #3cdfbd, #3C94DF);