Cyan
#07DAC1
CyanColor Codes
All color formats for development
HEX
#07DAC1RGB
rgb(7, 218, 193)HSL
hsl(173, 94%, 44%)OKLCH
oklch(0.797 0.143 180.5)CMYK
cmyk(97%, 0%, 11%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06C4AE
2#05AE9A
3#059887
4#048374
5#036D61
6#03574D
7#02413A
8#012C27
9#011613
Tints
Lighter variations
1#08F5DA
2#21F8DF
3#3DF9E3
4#59FAE7
5#74FBEB
6#90FCEF
7#ACFCF3
8#C8FDF7
9#E3FEFB
Tones
Muted variations
1#11CFB9
2#1CC5B1
3#26BAA9
4#31AFA1
5#3BA599
6#469A91
7#519088
8#5B8580
9#667B78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBEF | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F46 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cyan-50: #F0FFFD;
--cyan-100: #DCFEFA;
--cyan-200: #BFFDF6;
--cyan-300: #8DFBEF;
--cyan-400: #52FAE6;
--cyan-500: #20F8DF;
--cyan-600: #07DAC1;
--cyan-700: #05AD9A;
--cyan-800: #047C6E;
--cyan-900: #024F46;
--cyan-950: #02312C;
}