Cyan
#2ADEEF
CyanColor Codes
All color formats for development
HEX
#2ADEEFRGB
rgb(42, 222, 239)HSL
hsl(185, 86%, 55%)OKLCH
oklch(0.824 0.135 205.1)CMYK
cmyk(82%, 7%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12D9EB
2#10C1D1
3#0EA9B7
4#0C909D
5#0A7882
6#086068
7#06484E
8#043034
9#02181A
Tints
Lighter variations
1#3FE2F1
2#54E5F2
3#6AE8F4
4#7FEBF5
5#94EFF7
6#AAF2F9
7#BFF5FA
8#D4F8FC
9#EAFCFD
Tones
Muted variations
1#33D6E5
2#3DCEDB
3#47C6D1
4#51BEC7
5#5BB5BE
6#65ADB4
7#6FA5AA
8#799DA0
9#829496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92EE #92EEF7 | BordersInactive statesPlaceholder text |
| 400 | 59E6 #59E6F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2ADE #2ADEEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 10C1 #10C1D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C99 #0C99A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 096D #096D77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0646 #06464C | Primary textHigh emphasis contentDark headings |
| 950 | 042C #042C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFD;
--cyan-200: #C1F6FA;
--cyan-300: #92EEF7;
--cyan-400: #59E6F3;
--cyan-500: #2ADEEF;
--cyan-600: #10C1D1;
--cyan-700: #0C99A6;
--cyan-800: #096D77;
--cyan-900: #06464C;
--cyan-950: #042C2F;
}