Cyan
#2CE9ED
CyanColor Codes
All color formats for development
HEX
#2CE9EDRGB
rgb(44, 233, 237)HSL
hsl(181, 84%, 55%)OKLCH
oklch(0.85 0.138 197.2)CMYK
cmyk(81%, 2%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14E5E8
2#12CBCE
3#10B2B5
4#0D989B
5#0B7F81
6#096667
7#074C4D
8#043334
9#02191A
Tints
Lighter variations
1#41ECEE
2#56EEF0
3#6BF0F2
4#80F2F4
5#95F4F6
6#ABF6F8
7#C0F9F9
8#D5FBFB
9#EAFDFD
Tones
Muted variations
1#35E0E3
2#3FD7D9
3#49CDD0
4#52C4C6
5#5CBBBC
6#66B2B3
7#6FA8A9
8#799FA0
9#839696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F4 #93F4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BEE #5BEEF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE9 #2CE9ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12CB #12CBCE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0EA2 #0EA2A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A74 #0A7475 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFE;
--cyan-100: #DEFCFC;
--cyan-200: #C2F9FA;
--cyan-300: #93F4F6;
--cyan-400: #5BEEF1;
--cyan-500: #2CE9ED;
--cyan-600: #12CBCE;
--cyan-700: #0EA2A4;
--cyan-800: #0A7475;
--cyan-900: #074A4B;
--cyan-950: #042E2F;
}