Cyan
#2FE3E9
CyanColor Codes
All color formats for development
HEX
#2FE3E9RGB
rgb(47, 227, 233)HSL
hsl(182, 81%, 55%)OKLCH
oklch(0.835 0.135 198.5)CMYK
cmyk(80%, 3%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18DEE4
2#15C5CB
3#13ACB2
4#109498
5#0D7B7F
6#0B6366
7#084A4C
8#053133
9#031919
Tints
Lighter variations
1#44E6EB
2#59E9EE
3#6EEBF0
4#82EEF2
5#97F1F4
6#ACF4F6
7#C1F7F8
8#D5F9FB
9#EAFCFD
Tones
Muted variations
1#39DAE0
2#42D2D7
3#4BC9CD
4#54C0C4
5#5EB8BB
6#67AFB1
7#70A6A8
8#7A9E9F
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 | 95F1 #95F1F4 | BordersInactive statesPlaceholder text |
| 400 | 5DE9 #5DE9EE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE3 #2FE3E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C5 #15C5CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119D #119DA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C70 #0C7073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #08484A | 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: #95F1F4;
--cyan-400: #5DE9EE;
--cyan-500: #2FE3E9;
--cyan-600: #15C5CB;
--cyan-700: #119DA2;
--cyan-800: #0C7073;
--cyan-900: #08484A;
--cyan-950: #052D2E;
}