Cyan
#2ED4EA
CyanColor Codes
All color formats for development
HEX
#2ED4EARGB
rgb(46, 212, 234)HSL
hsl(187, 82%, 55%)OKLCH
oklch(0.799 0.13 208.8)CMYK
cmyk(80%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17CEE6
2#14B7CC
3#12A0B3
4#0F8999
5#0D7280
6#0A5B66
7#08454D
8#052E33
9#03171A
Tints
Lighter variations
1#43D9EC
2#58DDEE
3#6DE1F1
4#82E5F3
5#97EAF5
6#ABEEF7
7#C0F2F9
8#D5F6FB
9#EAFBFD
Tones
Muted variations
1#38CDE1
2#41C6D8
3#4ABFCE
4#54B8C5
5#5DB0BB
6#67A9B2
7#70A2A8
8#799B9F
9#839396
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F3 #C3F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E9 #94E9F4 | BordersInactive statesPlaceholder text |
| 400 | 5DDE #5DDEEF | Disabled statesSecondary iconsMuted text |
| 500 | 2ED4 #2ED4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14B7 #14B7CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1091 #1091A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6874 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424A | 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: #DFF8FC;
--cyan-200: #C3F3F9;
--cyan-300: #94E9F4;
--cyan-400: #5DDEEF;
--cyan-500: #2ED4EA;
--cyan-600: #14B7CC;
--cyan-700: #1091A2;
--cyan-800: #0B6874;
--cyan-900: #07424A;
--cyan-950: #052A2E;
}