Cyan
#2EEAE4
CyanColor Codes
All color formats for development
HEX
#2EEAE4RGB
rgb(46, 234, 228)HSL
hsl(178, 82%, 55%)OKLCH
oklch(0.85 0.139 191.4)CMYK
cmyk(80%, 0%, 3%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6DF
2#14CCC6
3#12B3AD
4#0F9995
5#0D807C
6#0A6663
7#084D4A
8#053332
9#031A19
Tints
Lighter variations
1#43ECE7
2#58EEE9
3#6DF1EC
4#82F3EF
5#97F5F2
6#ABF7F4
7#C0F9F7
8#D5FBFA
9#EAFDFC
Tones
Muted variations
1#38E1DB
2#41D8D3
3#4ACECA
4#54C5C1
5#5DBBB8
6#67B2AF
7#70A8A7
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 #C3F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F1 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEA | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAE4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCC6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A29E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7471 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A48 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F7;
--cyan-300: #94F4F1;
--cyan-400: #5DEFEA;
--cyan-500: #2EEAE4;
--cyan-600: #14CCC6;
--cyan-700: #10A29E;
--cyan-800: #0B7471;
--cyan-900: #074A48;
--cyan-950: #052E2D;
}