Cyan
#2EE7EA
CyanColor Codes
All color formats for development
HEX
#2EE7EARGB
rgb(46, 231, 234)HSL
hsl(181, 82%, 55%)OKLCH
oklch(0.845 0.137 196.6)CMYK
cmyk(80%, 1%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#17E2E6
2#14C9CC
3#12B0B3
4#0F9799
5#0D7E80
6#0A6566
7#084B4D
8#053233
9#03191A
Tints
Lighter variations
1#43EAEC
2#58ECEE
3#6DEEF1
4#82F1F3
5#97F3F5
6#ABF5F7
7#C0F8F9
8#D5FAFB
9#EAFDFD
Tones
Muted variations
1#38DEE1
2#41D5D8
3#4ACCCE
4#54C3C5
5#5DBABB
6#67B1B2
7#70A8A8
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 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEF | Disabled statesSecondary iconsMuted text |
| 500 | 2EE7 #2EE7EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 14C9 #14C9CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 10A0 #10A0A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B72 #0B7274 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0749 #07494A | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FDFE;
--cyan-100: #DFFBFC;
--cyan-200: #C3F8F9;
--cyan-300: #94F3F4;
--cyan-400: #5DECEF;
--cyan-500: #2EE7EA;
--cyan-600: #14C9CC;
--cyan-700: #10A0A2;
--cyan-800: #0B7274;
--cyan-900: #07494A;
--cyan-950: #052E2E;
}