Cyan
#2EEAEA
CyanColor Codes
All color formats for development
HEX
#2EEAEARGB
rgb(46, 234, 234)HSL
hsl(180, 82%, 55%)OKLCH
oklch(0.852 0.139 194.9)CMYK
cmyk(80%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E6E6
2#14CCCC
3#12B3B3
4#0F9999
5#0D8080
6#0A6666
7#084D4D
8#053333
9#031A1A
Tints
Lighter variations
1#43ECEC
2#58EEEE
3#6DF1F1
4#82F3F3
5#97F5F5
6#ABF7F7
7#C0F9F9
8#D5FBFB
9#EAFDFD
Tones
Muted variations
1#38E1E1
2#41D8D8
3#4ACECE
4#54C5C5
5#5DBBBB
6#67B2B2
7#70A8A8
8#799F9F
9#839696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F4 #94F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEF #5DEFEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EEA #2EEAEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14CC #14CCCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A2 #10A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B74 #0B7474 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4A | 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: #F1FEFE;
--cyan-100: #DFFCFC;
--cyan-200: #C3F9F9;
--cyan-300: #94F4F4;
--cyan-400: #5DEFEF;
--cyan-500: #2EEAEA;
--cyan-600: #14CCCC;
--cyan-700: #10A2A2;
--cyan-800: #0B7474;
--cyan-900: #074A4A;
--cyan-950: #052E2E;
}