Cyan
#2EEAC5
CyanColor Codes
All color formats for development
HEX
#2EEAC5RGB
rgb(46, 234, 197)HSL
hsl(168, 82%, 55%)OKLCH
oklch(0.84 0.151 175)CMYK
cmyk(80%, 0%, 16%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6BC
2#14CCA7
3#12B392
4#0F997E
5#0D8069
6#0A6654
7#084D3F
8#05332A
9#031A15
Tints
Lighter variations
1#43ECCB
2#58EED0
3#6DF1D6
4#82F3DC
5#97F5E2
6#ABF7E8
7#C0F9EE
8#D5FBF3
9#EAFDF9
Tones
Muted variations
1#38E1BF
2#41D8B9
3#4ACEB4
4#54C5AE
5#5DBBA8
6#67B2A3
7#70A89D
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 #C3F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B745F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A3D | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFB;
--cyan-100: #DFFCF6;
--cyan-200: #C3F9EE;
--cyan-300: #94F4E1;
--cyan-400: #5DEFD2;
--cyan-500: #2EEAC5;
--cyan-600: #14CCA7;
--cyan-700: #10A285;
--cyan-800: #0B745F;
--cyan-900: #074A3D;
--cyan-950: #052E26;
}