Cyan
#2FE9E9
CyanColor Codes
All color formats for development
HEX
#2FE9E9RGB
rgb(47, 233, 233)HSL
hsl(180, 81%, 55%)OKLCH
oklch(0.849 0.138 194.9)CMYK
cmyk(80%, 0%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18E4E4
2#15CBCB
3#13B2B2
4#109898
5#0D7F7F
6#0B6666
7#084C4C
8#053333
9#031919
Tints
Lighter variations
1#44EBEB
2#59EEEE
3#6EF0F0
4#82F2F2
5#97F4F4
6#ACF6F6
7#C1F8F8
8#D5FBFB
9#EAFDFD
Tones
Muted variations
1#39E0E0
2#42D7D7
3#4BCDCD
4#54C4C4
5#5EBBBB
6#67B1B1
7#70A8A8
8#7A9F9F
9#839696
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFC #DFFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F9 #C3F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F4 #95F4F4 | BordersInactive statesPlaceholder text |
| 400 | 5DEE #5DEEEE | Disabled statesSecondary iconsMuted text |
| 500 | 2FE9 #2FE9E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 15CB #15CBCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 11A2 #11A2A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C73 #0C7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 084A #084A4A | 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: #F1FEFE;
--cyan-100: #DFFCFC;
--cyan-200: #C3F9F9;
--cyan-300: #95F4F4;
--cyan-400: #5DEEEE;
--cyan-500: #2FE9E9;
--cyan-600: #15CBCB;
--cyan-700: #11A2A2;
--cyan-800: #0C7373;
--cyan-900: #084A4A;
--cyan-950: #052E2E;
}