Cyan
#2CE3ED
CyanColor Codes
All color formats for development
HEX
#2CE3EDRGB
rgb(44, 227, 237)HSL
hsl(183, 84%, 55%)OKLCH
oklch(0.836 0.136 200.8)CMYK
cmyk(81%, 4%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14DEE8
2#12C5CE
3#10ACB5
4#0D949B
5#0B7B81
6#096367
7#074A4D
8#043134
9#02191A
Tints
Lighter variations
1#41E6EE
2#56E9F0
3#6BEBF2
4#80EEF4
5#95F1F6
6#ABF4F8
7#C0F7F9
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#35DAE3
2#3FD2D9
3#49C9D0
4#52C0C6
5#5CB8BC
6#66AFB3
7#6FA6A9
8#799EA0
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93F1 #93F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5BE9 #5BE9F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CE3 #2CE3ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12C5 #12C5CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E9D #0E9DA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A70 #0A7075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DEFBFC;
--cyan-200: #C2F7FA;
--cyan-300: #93F1F6;
--cyan-400: #5BE9F1;
--cyan-500: #2CE3ED;
--cyan-600: #12C5CE;
--cyan-700: #0E9DA4;
--cyan-800: #0A7075;
--cyan-900: #07484B;
--cyan-950: #042D2F;
}