Cyan
#2CD6ED
CyanColor Codes
All color formats for development
HEX
#2CD6EDRGB
rgb(44, 214, 237)HSL
hsl(187, 84%, 55%)OKLCH
oklch(0.805 0.132 209.2)CMYK
cmyk(81%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14D0E8
2#12B8CE
3#10A1B5
4#0D8A9B
5#0B7381
6#095C67
7#07454D
8#042E34
9#02171A
Tints
Lighter variations
1#41DAEE
2#56DEF0
3#6BE2F2
4#80E6F4
5#95EBF6
6#ABEFF8
7#C0F3F9
8#D5F7FB
9#EAFBFD
Tones
Muted variations
1#35CFE3
2#3FC7D9
3#49C0D0
4#52B9C6
5#5CB1BC
6#66AAB3
7#6FA2A9
8#799BA0
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93EA #93EAF6 | BordersInactive statesPlaceholder text |
| 400 | 5BDF #5BDFF1 | Disabled statesSecondary iconsMuted text |
| 500 | 2CD6 #2CD6ED | Primary brand colorCTAsActive elementsLinks |
| 600 | 12B8 #12B8CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E93 #0E93A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A69 #0A6975 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DEF9FC;
--cyan-200: #C2F3FA;
--cyan-300: #93EAF6;
--cyan-400: #5BDFF1;
--cyan-500: #2CD6ED;
--cyan-600: #12B8CE;
--cyan-700: #0E93A4;
--cyan-800: #0A6975;
--cyan-900: #07434B;
--cyan-950: #042A2F;
}