Cyan
#2CD3ED
CyanColor Codes
All color formats for development
HEX
#2CD3EDRGB
rgb(44, 211, 237)HSL
hsl(188, 84%, 55%)OKLCH
oklch(0.798 0.131 211.3)CMYK
cmyk(81%, 11%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14CCE8
2#12B5CE
3#109FB5
4#0D889B
5#0B7181
6#095B67
7#07444D
8#042D34
9#02171A
Tints
Lighter variations
1#41D7EE
2#56DCF0
3#6BE0F2
4#80E5F4
5#95E9F6
6#ABEDF8
7#C0F2F9
8#D5F6FB
9#EAFBFD
Tones
Muted variations
1#35CCE3
2#3FC5D9
3#49BED0
4#52B7C6
5#5CB0BC
6#66A9B3
7#6FA1A9
8#799AA0
9#839396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93E8 #93E8F6 | BordersInactive statesPlaceholder text |
| 400 | 5BDD #5BDDF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD3 #2CD3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B5 #12B5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E90 #0E90A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A67 #0A6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF8FC;
--cyan-200: #C2F2FA;
--cyan-300: #93E8F6;
--cyan-400: #5BDDF1;
--cyan-500: #2CD3ED;
--cyan-600: #12B5CE;
--cyan-700: #0E90A4;
--cyan-800: #0A6775;
--cyan-900: #07424B;
--cyan-950: #04292F;
}