Cyan
#2EE1EA
CyanColor Codes
All color formats for development
HEX
#2EE1EARGB
rgb(46, 225, 234)HSL
hsl(183, 82%, 55%)OKLCH
oklch(0.83 0.134 200.3)CMYK
cmyk(80%, 4%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17DBE6
2#14C3CC
3#12ABB3
4#0F9299
5#0D7A80
6#0A6266
7#08494D
8#053133
9#03181A
Tints
Lighter variations
1#43E4EC
2#58E7EE
3#6DEAF1
4#82EDF3
5#97F0F5
6#ABF3F7
7#C0F6F9
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#38D8E1
2#41D0D8
3#4AC8CE
4#54BFC5
5#5DB7BB
6#67AEB2
7#70A6A8
8#799D9F
9#839596
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F6 #C3F6F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F0 #94F0F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE8 #5DE8EF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE1 #2EE1EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C3 #14C3CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 109B #109BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B6F #0B6F74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0747 #07474A | Primary textHigh emphasis contentDark headings |
| 950 | 052C #052C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DFFAFC;
--cyan-200: #C3F6F9;
--cyan-300: #94F0F4;
--cyan-400: #5DE8EF;
--cyan-500: #2EE1EA;
--cyan-600: #14C3CC;
--cyan-700: #109BA2;
--cyan-800: #0B6F74;
--cyan-900: #07474A;
--cyan-950: #052C2E;
}