Cyan
#2EEAD1
CyanColor Codes
All color formats for development
HEX
#2EEAD1RGB
rgb(46, 234, 209)HSL
hsl(172, 82%, 55%)OKLCH
oklch(0.844 0.145 181)CMYK
cmyk(80%, 0%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6CA
2#14CCB4
3#12B39D
4#0F9987
5#0D8070
6#0A665A
7#084D43
8#05332D
9#031A16
Tints
Lighter variations
1#43ECD6
2#58EEDA
3#6DF1DF
4#82F3E4
5#97F5E8
6#ABF7ED
7#C0F9F1
8#D5FBF6
9#EAFDFA
Tones
Muted variations
1#38E1CA
2#41D8C3
3#4ACEBD
4#54C5B6
5#5DBBAF
6#67B2A8
7#70A8A1
8#799F9A
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 #C3F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E8 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFDB | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAD1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A41 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF8;
--cyan-200: #C3F9F2;
--cyan-300: #94F4E8;
--cyan-400: #5DEFDB;
--cyan-500: #2EEAD1;
--cyan-600: #14CCB4;
--cyan-700: #10A28F;
--cyan-800: #0B7466;
--cyan-900: #074A41;
--cyan-950: #052E29;
}