Cyan
#2EEACE
CyanColor Codes
All color formats for development
HEX
#2EEACERGB
rgb(46, 234, 206)HSL
hsl(171, 82%, 55%)OKLCH
oklch(0.843 0.146 179.4)CMYK
cmyk(80%, 0%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6C7
2#14CCB1
3#12B39B
4#0F9984
5#0D806E
6#0A6658
7#084D42
8#05332C
9#031A16
Tints
Lighter variations
1#43ECD3
2#58EED8
3#6DF1DD
4#82F3E2
5#97F5E7
6#ABF7EB
7#C0F9F0
8#D5FBF5
9#EAFDFA
Tones
Muted variations
1#38E1C8
2#41D8C1
3#4ACEBA
4#54C5B4
5#5DBBAD
6#67B2A7
7#70A8A0
8#799F99
9#839693
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4E6 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFD9 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A28C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A40 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFC;
--cyan-100: #DFFCF7;
--cyan-200: #C3F9F1;
--cyan-300: #94F4E6;
--cyan-400: #5DEFD9;
--cyan-500: #2EEACE;
--cyan-600: #14CCB1;
--cyan-700: #10A28C;
--cyan-800: #0B7464;
--cyan-900: #074A40;
--cyan-950: #052E28;
}