Cyan
#2CDDED
CyanColor Codes
All color formats for development
HEX
#2CDDEDRGB
rgb(44, 221, 237)HSL
hsl(185, 84%, 55%)OKLCH
oklch(0.822 0.133 204.6)CMYK
cmyk(81%, 7%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14D7E8
2#12BFCE
3#10A7B5
4#0D8F9B
5#0B7781
6#095F67
7#07484D
8#043034
9#02181A
Tints
Lighter variations
1#41E0EE
2#56E3F0
3#6BE7F2
4#80EAF4
5#95EEF6
6#ABF1F8
7#C0F5F9
8#D5F8FB
9#EAFCFD
Tones
Muted variations
1#35D5E3
2#3FCDD9
3#49C4D0
4#52BCC6
5#5CB4BC
6#66ACB3
7#6FA4A9
8#799CA0
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFA #DEFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F5 #C2F5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93ED #93EDF6 | BordersInactive statesPlaceholder text |
| 400 | 5BE4 #5BE4F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CDD #2CDDED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12BF #12BFCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E98 #0E98A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A6C #0A6C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0745 #07454B | Primary textHigh emphasis contentDark headings |
| 950 | 042B #042B2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFC;
--cyan-200: #C2F5FA;
--cyan-300: #93EDF6;
--cyan-400: #5BE4F1;
--cyan-500: #2CDDED;
--cyan-600: #12BFCE;
--cyan-700: #0E98A4;
--cyan-800: #0A6C75;
--cyan-900: #07454B;
--cyan-950: #042B2F;
}