Cyan
#36E2C6
CyanColor Codes
All color formats for development
HEX
#36E2C6RGB
rgb(54, 226, 198)HSL
hsl(170, 75%, 55%)OKLCH
oklch(0.822 0.14 178.7)CMYK
cmyk(76%, 0%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DDBD
2#1CC4A8
3#19AC93
4#15937E
5#127B69
6#0E6254
7#0B4A3F
8#07312A
9#041915
Tints
Lighter variations
1#4AE5CB
2#5EE8D1
3#72EBD7
4#87EEDD
5#9BF1E2
6#AFF4E8
7#C3F6EE
8#D7F9F4
9#EBFCF9
Tones
Muted variations
1#3FDAC0
2#47D1BA
3#50C8B4
4#59C0AF
5#61B7A9
6#6AAFA3
7#72A69D
8#7B9D98
9#849592
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E2 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A473D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFB;
--cyan-100: #E0FBF6;
--cyan-200: #C5F7EE;
--cyan-300: #98F0E2;
--cyan-400: #63E9D2;
--cyan-500: #36E2C6;
--cyan-600: #1CC4A8;
--cyan-700: #169C86;
--cyan-800: #107060;
--cyan-900: #0A473D;
--cyan-950: #062D26;
}