Cyan
#2EEAD8
CyanColor Codes
All color formats for development
HEX
#2EEAD8RGB
rgb(46, 234, 216)HSL
hsl(174, 82%, 55%)OKLCH
oklch(0.846 0.142 184.7)CMYK
cmyk(80%, 0%, 8%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6D1
2#14CCBA
3#12B3A3
4#0F998B
5#0D8074
6#0A665D
7#084D46
8#05332E
9#031A17
Tints
Lighter variations
1#43ECDB
2#58EEDF
3#6DF1E3
4#82F3E7
5#97F5EB
6#ABF7EF
7#C0F9F3
8#D5FBF7
9#EAFDFB
Tones
Muted variations
1#38E1D0
2#41D8C8
3#4ACEC1
4#54C5B9
5#5DBBB2
6#67B2AA
7#70A8A3
8#799F9B
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EB | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE0 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A44 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF9;
--cyan-200: #C3F9F4;
--cyan-300: #94F4EB;
--cyan-400: #5DEFE0;
--cyan-500: #2EEAD8;
--cyan-600: #14CCBA;
--cyan-700: #10A294;
--cyan-800: #0B746A;
--cyan-900: #074A44;
--cyan-950: #052E2A;
}