Cyan
#2EEAE7
CyanColor Codes
All color formats for development
HEX
#2EEAE7RGB
rgb(46, 234, 231)HSL
hsl(179, 82%, 55%)OKLCH
oklch(0.851 0.139 193.1)CMYK
cmyk(80%, 0%, 1%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6E2
2#14CCC9
3#12B3B0
4#0F9997
5#0D807E
6#0A6665
7#084D4B
8#053332
9#031A19
Tints
Lighter variations
1#43ECEA
2#58EEEC
3#6DF1EE
4#82F3F1
5#97F5F3
6#ABF7F5
7#C0F9F8
8#D5FBFA
9#EAFDFD
Tones
Muted variations
1#38E1DE
2#41D8D5
3#4ACECC
4#54C5C3
5#5DBBBA
6#67B2B1
7#70A8A8
8#799F9E
9#839695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F3 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEC | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7472 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F8;
--cyan-300: #94F4F3;
--cyan-400: #5DEFEC;
--cyan-500: #2EEAE7;
--cyan-600: #14CCC9;
--cyan-700: #10A2A0;
--cyan-800: #0B7472;
--cyan-900: #074A49;
--cyan-950: #052E2E;
}