Cyan
#2DE2EB
CyanColor Codes
All color formats for development
HEX
#2DE2EBRGB
rgb(45, 226, 235)HSL
hsl(183, 83%, 55%)OKLCH
oklch(0.833 0.135 200.3)CMYK
cmyk(81%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15DDE7
2#13C4CD
3#11ACB4
4#0E939A
5#0C7B80
6#0A6267
7#074A4D
8#053133
9#02191A
Tints
Lighter variations
1#42E5ED
2#57E8EF
3#6CEBF1
4#81EEF3
5#96F0F5
6#ABF3F7
7#C0F6F9
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#37D9E2
2#40D1D8
3#4AC8CF
4#53C0C5
5#5DB7BC
6#66AFB2
7#70A6A9
8#799D9F
9#839596
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 | C2F7 #C2F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F5 | BordersInactive statesPlaceholder text |
| 400 | 5CE8 #5CE8F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE2 #2DE2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C4 #13C4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9C #0F9CA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFAFC;
--cyan-200: #C2F7F9;
--cyan-300: #94F0F5;
--cyan-400: #5CE8F0;
--cyan-500: #2DE2EB;
--cyan-600: #13C4CD;
--cyan-700: #0F9CA3;
--cyan-800: #0B6F75;
--cyan-900: #07474B;
--cyan-950: #042D2F;
}