Cyan
#2EEAC2
CyanColor Codes
All color formats for development
HEX
#2EEAC2RGB
rgb(46, 234, 194)HSL
hsl(167, 82%, 55%)OKLCH
oklch(0.84 0.153 173.6)CMYK
cmyk(80%, 0%, 17%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6B9
2#14CCA4
3#12B390
4#0F997B
5#0D8067
6#0A6652
7#084D3E
8#053329
9#031A15
Tints
Lighter variations
1#43ECC8
2#58EECE
3#6DF1D4
4#82F3DA
5#97F5E0
6#ABF7E6
7#C0F9ED
8#D5FBF3
9#EAFDF9
Tones
Muted variations
1#38E1BC
2#41D8B7
3#4ACEB2
4#54C5AC
5#5DBBA7
6#67B2A2
7#70A89C
8#799F97
9#839692
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E0 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFCF | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A283 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745D | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3C | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DFFCF5;
--cyan-200: #C3F9ED;
--cyan-300: #94F4E0;
--cyan-400: #5DEFCF;
--cyan-500: #2EEAC2;
--cyan-600: #14CCA4;
--cyan-700: #10A283;
--cyan-800: #0B745D;
--cyan-900: #074A3C;
--cyan-950: #052E25;
}