Cyan
#3CDDDA
CyanColor Codes
All color formats for development
HEX
#3CDDDARGB
rgb(60, 221, 218)HSL
hsl(179, 70%, 55%)OKLCH
oklch(0.818 0.128 193.1)CMYK
cmyk(73%, 0%, 1%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26D7D4
2#22BFBC
3#1DA7A5
4#198F8D
5#157776
6#115F5E
7#0D4847
8#08302F
9#041818
Tints
Lighter variations
1#4FE0DE
2#63E3E1
3#76E7E5
4#8AEAE9
5#9DEEEC
6#B1F1F0
7#C4F5F4
8#D8F8F8
9#EBFCFB
Tones
Muted variations
1#44D5D2
2#4CCDCA
3#54C4C3
4#5CBCBB
5#64B4B3
6#6CACAB
7#74A4A4
8#7C9C9C
9#849494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDEC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4544 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E1FAF9;
--cyan-200: #C7F5F4;
--cyan-300: #9BEDEC;
--cyan-400: #67E4E2;
--cyan-500: #3CDDDA;
--cyan-600: #22BFBC;
--cyan-700: #1B9896;
--cyan-800: #136C6B;
--cyan-900: #0C4544;
--cyan-950: #082B2B;
}