Cyan
#2DE8EB
CyanColor Codes
All color formats for development
HEX
#2DE8EBRGB
rgb(45, 232, 235)HSL
hsl(181, 83%, 55%)OKLCH
oklch(0.847 0.138 196.6)CMYK
cmyk(81%, 1%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15E3E7
2#13CACD
3#11B1B4
4#0E989A
5#0C7E80
6#0A6567
7#074C4D
8#053333
9#02191A
Tints
Lighter variations
1#42EBED
2#57EDEF
3#6CEFF1
4#81F1F3
5#96F4F5
6#ABF6F7
7#C0F8F9
8#D5FAFB
9#EAFDFD
Tones
Muted variations
1#37DFE2
2#40D6D8
3#4ACDCF
4#53C3C5
5#5DBABC
6#66B1B2
7#70A8A9
8#799F9F
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CED #5CEDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE8 #2DE8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CA #13CACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA1 #0FA1A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B73 #0B7375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFBFC;
--cyan-200: #C2F8F9;
--cyan-300: #94F3F5;
--cyan-400: #5CEDF0;
--cyan-500: #2DE8EB;
--cyan-600: #13CACD;
--cyan-700: #0FA1A3;
--cyan-800: #0B7375;
--cyan-900: #074A4B;
--cyan-950: #042E2F;
}