#3ccbbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
60, 203, 188
HSL
174°, 58%, 52%
CMYK
70, 0, 7, 20
Luminance
0.4730
Every format
| HEX | #3ccbbc |
| RGB | rgb(60, 203, 188) |
| HSL | hsl(174, 58%, 52%) |
| CMYK | cmyk(70%, 0%, 7%, 20%) |
| LAB | lab(74.4 -40.7 -3.5) |
| LCH | lch(74.4 40.8 184.8) |
| OKLCH | oklch(0.764 0.120 184.7) |
Copy-ready code
/* CSS */
color: #3ccbbc;
background-color: #3ccbbc;
/* Tailwind (arbitrary) */
class="text-[#3ccbbc] bg-[#3ccbbc]"
/* SCSS */
$brand: #3ccbbc;
/* SwiftUI */
Color(red: 0.235, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#3ccbbc")Accessibility — WCAG contrast
Aa
#3ccbbc on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ccbbc on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.6%
Blue73.7%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow7.4%
Key (black)20.4%
Color previews
#3ccbbc text on a black background
contrast 10.46:1
Card sample
#3ccbbc text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ccbbc;
Background color
Panel with #3ccbbc background
background-color: #3ccbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ccbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ccbbc; background: linear-gradient(135deg, #3ccbbc, #3C7BCB);