Cyan
#36D4E2
CyanColor Codes
All color formats for development
HEX
#36D4E2RGB
rgb(54, 212, 226)HSL
hsl(185, 75%, 55%)OKLCH
oklch(0.798 0.125 204.1)CMYK
cmyk(76%, 6%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20CDDD
2#1CB6C4
3#19A0AC
4#158993
5#12727B
6#0E5B62
7#0B444A
8#072E31
9#041719
Tints
Lighter variations
1#4AD8E5
2#5EDDE8
3#72E1EB
4#87E5EE
5#9BE9F1
6#AFEEF4
7#C3F2F6
8#D7F6F9
9#EBFBFC
Tones
Muted variations
1#3FCDDA
2#47C6D1
3#50BEC8
4#59B7C0
5#61B0B7
6#6AA9AF
7#72A2A6
8#7B9B9D
9#849395
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FCFD;
--cyan-100: #E0F8FB;
--cyan-200: #C5F3F7;
--cyan-300: #98E9F0;
--cyan-400: #63DEE9;
--cyan-500: #36D4E2;
--cyan-600: #1CB6C4;
--cyan-700: #16919C;
--cyan-800: #106870;
--cyan-900: #0A4247;
--cyan-950: #06292D;
}