Cyan
#36E2E2
CyanColor Codes
All color formats for development
HEX
#36E2E2RGB
rgb(54, 226, 226)HSL
hsl(180, 75%, 55%)OKLCH
oklch(0.831 0.132 194.9)CMYK
cmyk(76%, 0%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20DDDD
2#1CC4C4
3#19ACAC
4#159393
5#127B7B
6#0E6262
7#0B4A4A
8#073131
9#041919
Tints
Lighter variations
1#4AE5E5
2#5EE8E8
3#72EBEB
4#87EEEE
5#9BF1F1
6#AFF4F4
7#C3F6F6
8#D7F9F9
9#EBFCFC
Tones
Muted variations
1#3FDADA
2#47D1D1
3#50C8C8
4#59C0C0
5#61B7B7
6#6AAFAF
7#72A6A6
8#7B9D9D
9#849595
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F0 #98F0F0 | BordersInactive statesPlaceholder text |
| 400 | 63E9 #63E9E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36E2 #36E2E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CC4 #1CC4C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 169C #169C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1070 #107070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4747 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F2FDFD;
--cyan-100: #E0FBFB;
--cyan-200: #C5F7F7;
--cyan-300: #98F0F0;
--cyan-400: #63E9E9;
--cyan-500: #36E2E2;
--cyan-600: #1CC4C4;
--cyan-700: #169C9C;
--cyan-800: #107070;
--cyan-900: #0A4747;
--cyan-950: #062D2D;
}