Cyan
#2FE6E9
CyanColor Codes
All color formats for development
HEX
#2FE6E9RGB
rgb(47, 230, 233)HSL
hsl(181, 81%, 55%)OKLCH
oklch(0.842 0.136 196.6)CMYK
cmyk(80%, 1%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E1E4
2#15C8CB
3#13AFB2
4#109698
5#0D7D7F
6#0B6466
7#084B4C
8#053233
9#031919
Tints
Lighter variations
1#44E9EB
2#59EBEE
3#6EEEF0
4#82F0F2
5#97F3F4
6#ACF5F6
7#C1F8F8
8#D5FAFB
9#EAFDFD
Tones
Muted variations
1#39DDE0
2#42D4D7
3#4BCBCD
4#54C2C4
5#5EB9BB
6#67B0B1
7#70A7A8
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 | C3F8 #C3F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEC #5DECEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE6 #2FE6E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15C8 #15C8CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 119F #119FA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C72 #0C7273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08494A | 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: #C3F8F9;
--cyan-300: #95F2F4;
--cyan-400: #5DECEE;
--cyan-500: #2FE6E9;
--cyan-600: #15C8CB;
--cyan-700: #119FA2;
--cyan-800: #0C7273;
--cyan-900: #08494A;
--cyan-950: #052D2E;
}