Cyan
#2EEAD4
CyanColor Codes
All color formats for development
HEX
#2EEAD4RGB
rgb(46, 234, 212)HSL
hsl(173, 82%, 55%)OKLCH
oklch(0.845 0.144 182.6)CMYK
cmyk(80%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6CE
2#14CCB7
3#12B3A0
4#0F9989
5#0D8072
6#0A665B
7#084D45
8#05332E
9#031A17
Tints
Lighter variations
1#43ECD9
2#58EEDD
3#6DF1E1
4#82F3E5
5#97F5EA
6#ABF7EE
7#C0F9F2
8#D5FBF6
9#EAFDFB
Tones
Muted variations
1#38E1CD
2#41D8C6
3#4ACEBF
4#54C5B8
5#5DBBB0
6#67B2A9
7#70A8A2
8#799F9B
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E9 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDE | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A42 | 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: #DFFCF8;
--cyan-200: #C3F9F3;
--cyan-300: #94F4E9;
--cyan-400: #5DEFDE;
--cyan-500: #2EEAD4;
--cyan-600: #14CCB7;
--cyan-700: #10A291;
--cyan-800: #0B7468;
--cyan-900: #074A42;
--cyan-950: #052E2A;
}