Cyan
#2EEADB
CyanColor Codes
All color formats for development
HEX
#2EEADBRGB
rgb(46, 234, 219)HSL
hsl(175, 82%, 55%)OKLCH
oklch(0.847 0.141 186.4)CMYK
cmyk(80%, 0%, 6%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6D4
2#14CCBD
3#12B3A5
4#0F998E
5#0D8076
6#0A665E
7#084D47
8#05332F
9#031A18
Tints
Lighter variations
1#43ECDE
2#58EEE2
3#6DF1E6
4#82F3E9
5#97F5ED
6#ABF7F0
7#C0F9F4
8#D5FBF8
9#EAFDFB
Tones
Muted variations
1#38E1D3
2#41D8CB
3#4ACEC3
4#54C5BB
5#5DBBB3
6#67B2AC
7#70A8A4
8#799F9C
9#839694
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4EC | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFE3 | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCBD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B746B | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A45 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCF9;
--cyan-200: #C3F9F5;
--cyan-300: #94F4EC;
--cyan-400: #5DEFE3;
--cyan-500: #2EEADB;
--cyan-600: #14CCBD;
--cyan-700: #10A296;
--cyan-800: #0B746B;
--cyan-900: #074A45;
--cyan-950: #052E2B;
}