Cyan
#2ED8EA
CyanColor Codes
All color formats for development
HEX
#2ED8EARGB
rgb(46, 216, 234)HSL
hsl(186, 82%, 55%)OKLCH
oklch(0.809 0.131 206.1)CMYK
cmyk(80%, 8%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17D1E6
2#14BACC
3#12A3B3
4#0F8B99
5#0D7480
6#0A5D66
7#08464D
8#052E33
9#03171A
Tints
Lighter variations
1#43DBEC
2#58DFEE
3#6DE3F1
4#82E7F3
5#97EBF5
6#ABEFF7
7#C0F3F9
8#D5F7FB
9#EAFBFD
Tones
Muted variations
1#38D0E1
2#41C8D8
3#4AC1CE
4#54B9C5
5#5DB2BB
6#67AAB2
7#70A3A8
8#799B9F
9#839496
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF9 #DFF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F4 #C3F4F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EB #94EBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE0 #5DE0EF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED8 #2ED8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14BA #14BACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1094 #1094A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6A #0B6A74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0744 #07444A | Primary textHigh emphasis contentDark headings |
| 950 | 052A #052A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FCFE;
--cyan-100: #DFF9FC;
--cyan-200: #C3F4F9;
--cyan-300: #94EBF4;
--cyan-400: #5DE0EF;
--cyan-500: #2ED8EA;
--cyan-600: #14BACC;
--cyan-700: #1094A2;
--cyan-800: #0B6A74;
--cyan-900: #07444A;
--cyan-950: #052A2E;
}