Cyan
#2EEAC8
CyanColor Codes
All color formats for development
HEX
#2EEAC8RGB
rgb(46, 234, 200)HSL
hsl(169, 82%, 55%)OKLCH
oklch(0.841 0.149 176.4)CMYK
cmyk(80%, 0%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6C0
2#14CCAA
3#12B395
4#0F9980
5#0D806B
6#0A6655
7#084D40
8#05332B
9#031A15
Tints
Lighter variations
1#43ECCD
2#58EED3
3#6DF1D8
4#82F3DE
5#97F5E3
6#ABF7E9
7#C0F9EE
8#D5FBF4
9#EAFDF9
Tones
Muted variations
1#38E1C2
2#41D8BC
3#4ACEB6
4#54C5B0
5#5DBBAA
6#67B2A4
7#70A89E
8#799F98
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A288 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3E | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DFFCF6;
--cyan-200: #C3F9EF;
--cyan-300: #94F4E3;
--cyan-400: #5DEFD4;
--cyan-500: #2EEAC8;
--cyan-600: #14CCAA;
--cyan-700: #10A288;
--cyan-800: #0B7461;
--cyan-900: #074A3E;
--cyan-950: #052E27;
}