Cyan
#2FE9E6
CyanColor Codes
All color formats for development
HEX
#2FE9E6RGB
rgb(47, 233, 230)HSL
hsl(179, 81%, 55%)OKLCH
oklch(0.848 0.138 193.1)CMYK
cmyk(80%, 0%, 1%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4E1
2#15CBC8
3#13B2AF
4#109896
5#0D7F7D
6#0B6664
7#084C4B
8#053332
9#031919
Tints
Lighter variations
1#44EBE9
2#59EEEB
3#6EF0EE
4#82F2F0
5#97F4F3
6#ACF6F5
7#C1F8F8
8#D5FBFA
9#EAFDFD
Tones
Muted variations
1#39E0DD
2#42D7D4
3#4BCDCB
4#54C4C2
5#5EBBB9
6#67B1B0
7#70A8A7
8#7A9F9E
9#839695
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F2 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEC | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A29F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7372 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A49 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F1FEFD;
--cyan-100: #DFFCFB;
--cyan-200: #C3F9F8;
--cyan-300: #95F4F2;
--cyan-400: #5DEEEC;
--cyan-500: #2FE9E6;
--cyan-600: #15CBC8;
--cyan-700: #11A29F;
--cyan-800: #0C7372;
--cyan-900: #084A49;
--cyan-950: #052E2D;
}