Cyan
#36E2D4
CyanColor Codes
All color formats for development
HEX
#36E2D4RGB
rgb(54, 226, 212)HSL
hsl(175, 75%, 55%)OKLCH
oklch(0.827 0.135 186.5)CMYK
cmyk(76%, 0%, 6%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DDCD
2#1CC4B6
3#19ACA0
4#159389
5#127B72
6#0E625B
7#0B4A44
8#07312E
9#041917
Tints
Lighter variations
1#4AE5D8
2#5EE8DD
3#72EBE1
4#87EEE5
5#9BF1E9
6#AFF4EE
7#C3F6F2
8#D7F9F6
9#EBFCFB
Tones
Muted variations
1#3FDACD
2#47D1C6
3#50C8BE
4#59C0B7
5#61B7B0
6#6AAFA9
7#72A6A2
8#7B9D9B
9#849593
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0E9 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9DE | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4B6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4742 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFC;
--cyan-100: #E0FBF8;
--cyan-200: #C5F7F3;
--cyan-300: #98F0E9;
--cyan-400: #63E9DE;
--cyan-500: #36E2D4;
--cyan-600: #1CC4B6;
--cyan-700: #169C91;
--cyan-800: #107068;
--cyan-900: #0A4742;
--cyan-950: #062D29;
}