Cyan
#2EE4EA
CyanColor Codes
All color formats for development
HEX
#2EE4EARGB
rgb(46, 228, 234)HSL
hsl(182, 82%, 55%)OKLCH
oklch(0.837 0.135 198.4)CMYK
cmyk(80%, 3%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17DFE6
2#14C6CC
3#12ADB3
4#0F9599
5#0D7C80
6#0A6366
7#084A4D
8#053233
9#03191A
Tints
Lighter variations
1#43E7EC
2#58E9EE
3#6DECF1
4#82EFF3
5#97F2F5
6#ABF4F7
7#C0F7F9
8#D5FAFB
9#EAFCFD
Tones
Muted variations
1#38DBE1
2#41D3D8
3#4ACACE
4#54C1C5
5#5DB8BB
6#67AFB2
7#70A7A8
8#799E9F
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F7 #C3F7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F1 #94F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEA #5DEAEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE4 #2EE4EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C6 #14C6CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109E #109EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7174 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484A | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DFFBFC;
--cyan-200: #C3F7F9;
--cyan-300: #94F1F4;
--cyan-400: #5DEAEF;
--cyan-500: #2EE4EA;
--cyan-600: #14C6CC;
--cyan-700: #109EA2;
--cyan-800: #0B7174;
--cyan-900: #07484A;
--cyan-950: #052D2E;
}