Cyan
#2FE0E9
CyanColor Codes
All color formats for development
HEX
#2FE0E9RGB
rgb(47, 224, 233)HSL
hsl(183, 81%, 55%)OKLCH
oklch(0.828 0.133 200.3)CMYK
cmyk(80%, 4%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18DAE4
2#15C2CB
3#13AAB2
4#109198
5#0D797F
6#0B6166
7#08494C
8#053033
9#031819
Tints
Lighter variations
1#44E3EB
2#59E6EE
3#6EE9F0
4#82ECF2
5#97EFF4
6#ACF3F6
7#C1F6F8
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#39D8E0
2#42CFD7
3#4BC7CD
4#54BEC4
5#5EB6BB
6#67AEB1
7#70A5A8
8#7A9D9F
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 | 95EF #95EFF4 | BordersInactive statesPlaceholder text |
| 400 | 5DE7 #5DE7EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE0 #2FE0E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C2 #15C2CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119A #119AA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C6E #0C6E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0847 #08474A | 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: #95EFF4;
--cyan-400: #5DE7EE;
--cyan-500: #2FE0E9;
--cyan-600: #15C2CB;
--cyan-700: #119AA2;
--cyan-800: #0C6E73;
--cyan-900: #08474A;
--cyan-950: #052C2E;
}