#3ce8cf
a balanced, electric cyan · cool · closest name: turquoise
RGB
60, 232, 207
HSL
171°, 79%, 57%
CMYK
74, 0, 11, 9
Luminance
0.6318
Every format
| HEX | #3ce8cf |
| RGB | rgb(60, 232, 207) |
| HSL | hsl(171, 79%, 57%) |
| CMYK | cmyk(74%, 0%, 11%, 9%) |
| LAB | lab(83.5 -48.3 -0.2) |
| LCH | lch(83.5 48.3 180.2) |
| OKLCH | oklch(0.841 0.140 180.5) |
Copy-ready code
/* CSS */
color: #3ce8cf;
background-color: #3ce8cf;
/* Tailwind (arbitrary) */
class="text-[#3ce8cf] bg-[#3ce8cf]"
/* SCSS */
$brand: #3ce8cf;
/* SwiftUI */
Color(red: 0.235, green: 0.910, blue: 0.812)
/* Android */
Color.parseColor("#3ce8cf")Accessibility — WCAG contrast
Aa
#3ce8cf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ce8cf on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green91.0%
Blue81.2%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow10.8%
Key (black)9.0%
Color previews
#3ce8cf text on a black background
contrast 13.64:1
Card sample
#3ce8cf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ce8cf;
Background color
Panel with #3ce8cf background
background-color: #3ce8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ce8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 232, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 232, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ce8cf; background: linear-gradient(135deg, #3ce8cf, #3C8EE8);